You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/25 19:34:18 UTC

[tinkerpop] branch master updated (6f74db7 -> 4c233a6)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 6f74db7  Merge branch 'tp34'
     add a0d6923  TINKERPOP-2248 Force replacement of connections on certain errors
     new 15a5ae1  Merge branch 'TINKERPOP-2248' into tp33
     new 342df7d  Merge branch 'tp33' into tp34
     new 4c233a6  Merge branch 'tp34'

The 3 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 +
 .../main/java/org/apache/tinkerpop/gremlin/driver/Connection.java | 5 ++++-
 .../java/org/apache/tinkerpop/gremlin/driver/ConnectionPool.java  | 8 ++++----
 .../main/java/org/apache/tinkerpop/gremlin/driver/Handler.java    | 2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 4c233a6a081629b9b0866509df4f5437360574ba
Merge: 6f74db7 342df7d
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 25 15:34:07 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc                                                | 1 +
 .../main/java/org/apache/tinkerpop/gremlin/driver/Connection.java | 5 ++++-
 .../java/org/apache/tinkerpop/gremlin/driver/ConnectionPool.java  | 8 ++++----
 .../main/java/org/apache/tinkerpop/gremlin/driver/Handler.java    | 2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)



[tinkerpop] 01/03: Merge branch 'TINKERPOP-2248' into tp33

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 15a5ae1d408e069a2fbdb70bb7671b1e174cf829
Merge: 1f7e0e1 a0d6923
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 25 15:33:47 2019 -0400

    Merge branch 'TINKERPOP-2248' into tp33

 CHANGELOG.asciidoc                                                | 1 +
 .../main/java/org/apache/tinkerpop/gremlin/driver/Connection.java | 5 ++++-
 .../java/org/apache/tinkerpop/gremlin/driver/ConnectionPool.java  | 8 ++++----
 .../main/java/org/apache/tinkerpop/gremlin/driver/Handler.java    | 2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --cc CHANGELOG.asciidoc
index 632e8d5,01dc695..88e8a44
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -29,7 -29,7 +29,8 @@@ image::https://raw.githubusercontent.co
  * Improved exception and messaging for gt/gte/lt/lte when one of the object isn't a `Comparable`.
  * Added test infrastructure to check for storage iterator leak.
  * Fixed multiple iterator leaks in query processor.
 +* Improved error messaging for invalid inputs to the TinkerGraph `IdManager` instances.
+ * Forced replacement of connections in Java driver for certain exception types that seem to ultimately kill the connection.
  * Changed the `reverse()` of `desc` and `asc` on `Order` to not use the deprecated `decr` and `incr`.
  * Fixed bug in `MatchStep` where the correct was not properly determined.
  * Fixed bug where client/server exception mismatch when server throw StackOverflowError


[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 342df7db97b15b03a9b5cce9aae6c54dd1061585
Merge: d0d32fa 15a5ae1
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 25 15:33:56 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc                                                | 1 +
 .../main/java/org/apache/tinkerpop/gremlin/driver/Connection.java | 5 ++++-
 .../java/org/apache/tinkerpop/gremlin/driver/ConnectionPool.java  | 8 ++++----
 .../main/java/org/apache/tinkerpop/gremlin/driver/Handler.java    | 2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)