This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch java-streaming
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from f47953b182 Guard writeError() against double-write after response
termination
add 3bdb91b9fb Fix serialization error handling and connection return race
in streaming pipeline
add 758d113998 Fix channel-error recovery by checking isOpen() in addition
to isDead()
add c76f2bc30a Decouple connection pool return from ResultSet completion
in streaming pipeline
No new revisions were added by this update.
Summary of changes:
.../tinkerpop/gremlin/driver/Channelizer.java | 6 +++++-
.../apache/tinkerpop/gremlin/driver/Connection.java | 14 +++++---------
.../driver/handler/GremlinResponseHandler.java | 21 ++++++++++++++-------
.../handler/HttpStreamingResponseHandler.java | 8 ++++----
.../server/handler/HttpGremlinEndpointHandler.java | 8 +++++---
5 files changed, 33 insertions(+), 24 deletions(-)