Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Neo4jsource
Commits
8d22e35e
Commit
8d22e35e
authored
13 years ago
by
Chris Gioran
Browse files
Options
Download
Email Patches
Plain Diff
Added a comment
parent
7beb630b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enterprise/ha/src/main/java/org/neo4j/kernel/HighlyAvailableGraphDatabase.java
+6
-0
...n/java/org/neo4j/kernel/HighlyAvailableGraphDatabase.java
with
6 additions
and
0 deletions
+6
-0
enterprise/ha/src/main/java/org/neo4j/kernel/HighlyAvailableGraphDatabase.java
+
6
-
0
View file @
8d22e35e
...
...
@@ -1251,6 +1251,12 @@ public class HighlyAvailableGraphDatabase
{
if
(
e
.
getCause
()
instanceof
NoSuchLogVersionException
)
{
/*
* This means the master was unable to find a log entry for the txid we just asked. This
* probably means the thing we asked for is too old or too new. Anyway, since it doesn't
* have the tx it is better if we just throw our store away and ask for a new copy. Next
* time around it shouldn't have to even pass from here.
*/
throw
new
BranchedDataException
(
"Maybe not branched data, but it could solve it"
,
e
.
getCause
()
);
}
else
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment