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.
- 11 Apr, 2016 4 commits
-
-
Alistair Jones authored
Netty upgrade
-
Jim Webber authored
-
Jim Webber authored
-
Jim Webber authored
-
- 18 Jan, 2016 1 commit
-
-
Mats Rydberg authored
Remove mistakenly added license header
-
- 15 Jan, 2016 1 commit
-
-
Mats Rydberg authored
-
- 04 Jan, 2016 1 commit
-
-
tinwelint authored
-
- 02 Jan, 2016 1 commit
-
-
tinwelint authored
-
- 01 Jan, 2016 1 commit
-
-
tinwelint authored
-
- 24 Jul, 2015 1 commit
-
-
Lasse Westh-Nielsen authored
-
- 17 Jun, 2015 1 commit
-
-
Craig Taverner authored
Fix #4829: Behaviour of Path.lastRelationship.
-
- 16 Jun, 2015 2 commits
-
-
Johannes Mockenhaupt authored
This reverts the behaviour of Path.lastRelationship, which was accidentially changed to return the first, not the last relationship during a refactoring: 92ab0c60 1.9-maint version
-
Lasse Westh-Nielsen authored
-
- 15 Jun, 2015 1 commit
-
-
Lasse Westh-Nielsen authored
-
- 20 May, 2015 3 commits
-
-
Ben Butler-Cole authored
1.9 fix gremlin build
-
Ben Butler-Cole authored
-
Ben Butler-Cole authored
-
- 19 May, 2015 7 commits
-
-
Ben Butler-Cole authored
-
Ben Butler-Cole authored
-
Ben Butler-Cole authored
-
Ben Butler-Cole authored
-
Ben Butler-Cole authored
This POM doesn't represent a published module. It's just used as a convenience for invoking a third-party tool. Because it's not hooked into the Neo4j parent module, updating the version number is a special case that requires a workaround. Therefore we have decided to keep the version number fixed and never change it. This change updates the version number to something that clearly shows it's not related to the Neo4j version number.
-
Ben Butler-Cole authored
-
Mattias Persson authored
Fixes lifecycle issue after multiple starting/stopping dbs
-
- 18 May, 2015 1 commit
-
-
Mattias Persson authored
Issue was that starting/stopping a database multiple times in the same neo4j desktop application instance had each logging line occur as number of times as the database had been started. This was due to the same LifeSupport instance being used, and an additional Logging instance added to it every time the database started. Solution is to instantiate a new LifeSupport for every started db.
-
- 05 Apr, 2015 1 commit
-
-
Chris Leishman authored
Fixes a race condition in HighAvailabilityModeSwitcher
-
- 04 Apr, 2015 2 commits
-
-
Chris Gioran authored
Fixes a race between a SwitchToSlave rerunning because of either a NoSuchLogVersion or MismatchingStore Exception and a masterIsElected for the same or different master. That could lead to the availableMasterId being set to null and the second run of the SwitchToMaster failing with a NPE.
-
Chris Gioran authored
DumpStore with list of ids.
-
- 02 Apr, 2015 1 commit
-
-
Martin Furmanski authored
Syntax like: DumpStore file:id1,id2
-
- 28 Mar, 2015 1 commit
-
-
Chris Gioran authored
-
- 25 Mar, 2015 1 commit
-
-
Mattias Persson authored
due to builds hanging sometimes when using the sub-process way of crashing a database. Also asserts highId after a successful recovery.
-
- 20 Mar, 2015 1 commit
-
-
Lasse Westh-Nielsen authored
-
- 16 Mar, 2015 1 commit
-
-
Zhen Li authored
Updating license header
-
- 13 Mar, 2015 1 commit
-
-
Zhen authored
-
- 05 Mar, 2015 2 commits
- 04 Mar, 2015 2 commits
-
-
Zhen authored
Previously the test slaveShouldServeTxsAfterMasterLostQuorumWentToPendingAndThenQuorumWasRestored might throw InvalidEpochException at node creation after epoch fix. The error arises because we do not ensure that the node creation definitely happens after epoch fix. This pr adds a listener to ensure that node creation should always happen after epoch fix. Also we refined logging info in HighAvailabilityMemberStateMachine
-
Chris Vest authored
-
- 03 Mar, 2015 1 commit
-
-
Rickard Öberg authored
Makes Learner give up properly when a value is impossible to learn
-
- 01 Mar, 2015 1 commit
-
-
Chris Gioran authored
Cluster members previously would keep retrying to learn a Paxos instance they had missed even if all other cluster members already had responded with learnFailed. These retries would happen without any rate limiting and by definition they would never complete. One symptom of this bug was the filling up of messages.log with LearnFailure messages. This patch removes that erroneous behaviour by simply logging the failure to learn on the delayed learner (and not on the properly up-to-date instances as before) instead of doing any retries. That is good enough because an instance when it realizes it misses a value it asks all live cluster members at once. This patch also adds a bunch of tests on LearnerState to ensure proper responses on learn requests and learnFailed responses.
-