This project is mirrored from https://gitee.com/mirrors/neo4jsource.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 03 Jul, 2018 5 commits
-
-
Lasse Westh-Nielsen authored
-
Lasse Westh-Nielsen authored
-
MishaDemianenko authored
switch.
-
MishaDemianenko authored
Switch to usage of ha module directly since dependency resolver is not always available to provide role and and state information. (For example case where data source was not started yet or restarting now )
-
lutovich authored
This commit fixes a problem where configured time zone for log files was not used for the user log. `Neo4jRule` used to ignore the `dbms.db.timezone` setting. Thus neo4j.log and debug.log contained different time zone offsets in logged timestamps.
-
- 02 Jul, 2018 31 commits
-
-
Chris Vest authored
-
Chris Vest authored
-
Przemek Hugh Kaznowski authored
This reverts commit d25b549e81507887300c074ec92d904263da6e31.
-
Hugo Firth authored
This reverts commit 8390c8567b7a1ebd5363d0e888abd19766d44325.
-
Hugo Firth authored
This reverts commit 0317d254a020f0390ef1bf78dc8d520d36baaa75.
-
Hugo Firth authored
-
Hugo Firth authored
-
Satia Herfert authored
-
Satia Herfert authored
-
RagnarW authored
-
RagnarW authored
-
fickludd authored
-
fickludd authored
-
Mattias Finné authored
Since it was no longer used on main execution paths, just remaining in some tests and very few odd places which could easily be changed to use the current default way of reading records, which is getting a PageCursor
-
Mattias Finné authored
-
Mattias Finné authored
-
Alex Averbuch authored
-
Alex Averbuch authored
-
Alex Averbuch authored
-
Alex Averbuch authored
-
Alex Averbuch authored
-
Alex Averbuch authored
-
lutovich authored
All exceptions in an established Bolt channel are handled by the `HouseKeeper`. It takes care of both inbound and outbound errors. Outbound errors are redirected to the channel pipeline because `ChunkedOutput` uses a void channel promise for every `#writeAndFlush()` call. This promise performs the redirect to the pipeline. Every write-and-flush operation is executed by the event loop thread. Multiple such operations might be queued if the even loop thread is delayed or busy. All of them will fail with the same error if event loop group is shutdown. It might get shutdown by the Bolt server during a database shutdown. Such situation made `HoseKeeper` print a lot of repeated error messages to the log. Every message came from a terminated write-and-flush operation. This commit makes `HouseKeeper` print nothing when error happens during the event loop shutdown. It will also only print a single error per channel. This should be enough since the channel is closed in `#exceptionCaught()`.
-
lutovich authored
`TransportSelectionHandler` detects the protocol client is trying to use and assembles the pipeline. Previously, it did not override the `#exceptionCaught()` method which resulted in a warning from Netty. This commit makes the handler log all errors and close the channel.
-
Satia Herfert authored
-
Satia Herfert authored
-
Satia Herfert authored
-
Satia Herfert authored
-
Satia Herfert authored
-
Satia Herfert authored
-
Satia Herfert authored
When creating week dates we could get results off by approximately 1 year.
-
- 01 Jul, 2018 4 commits
-
-
Pontus Melke authored
-
Pontus Melke authored
ByteCodeVerifier was using a super constructor no longer supported as an extension point in newer version of ASM.
-
Satia Herfert authored
-
Satia Herfert authored
Fixes a flaky test.
-