Skip to content

Getting started#3

Draft
thelonelyvulpes wants to merge 24 commits into5.0from
getting-started
Draft

Getting started#3
thelonelyvulpes wants to merge 24 commits into5.0from
getting-started

Conversation

@thelonelyvulpes
Copy link
Copy Markdown
Owner

No description provided.

thelonelyvulpes and others added 24 commits December 7, 2023 17:42
* Fix liveness checking for unresponsive connections

The driver performs liveness checking for connections when remove them
from the pool.
When this connections are not responsive, the driver hangs waiting for
the result of the `SUCCESS` message get back.

This problem occurs becaue driver are not taking in consideration the
connection hint `connection.recv_timeout_seconds` in the liveness check
routinge.

The problem is solved by add the ConnectionReadTimeoutHandler to the
pipeline also in case of liveness check ping.

* Remove unused imports

* apply code style

* Update driver/src/main/java/org/neo4j/driver/internal/async/pool/NettyChannelHealthChecker.java

Co-authored-by: Dmitriy Tverdiakov <11927660+injectives@users.noreply.github.com>

---------

Co-authored-by: Dmitriy Tverdiakov <11927660+injectives@users.noreply.github.com>
* Clarify behavior of `executeWriteWithoutResult()`.

* Update driver/src/main/java/org/neo4j/driver/Session.java

* Update driver/src/main/java/org/neo4j/driver/Session.java

---------

Co-authored-by: Dmitriy Tverdiakov <11927660+injectives@users.noreply.github.com>
* Introduce an override AuthToken support to ExecutableQuery

This update adds support for specifying an override `AuthToken` for `ExecutableQuery`. This feature requires Bolt 5.1 or greater.

* Update visibility
Signed-off-by: Antonio Barcelos <antonio.barcelos@neo4j.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants