Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Willemt Raft
Commits
ffd82cbc
Commit
ffd82cbc
authored
Jul 12, 2018
by
Yossi Gottlieb
Browse files
Remove erronous(?) assertion on compaction.
parent
9b983183
Changes
1
Show whitespace changes
Inline
Side-by-side
src/raft_server.c
View file @
ffd82cbc
...
@@ -1325,8 +1325,6 @@ int raft_end_snapshot(raft_server_t *me_)
...
@@ -1325,8 +1325,6 @@ int raft_end_snapshot(raft_server_t *me_)
}
}
}
}
assert
(
raft_get_log_count
(
me_
)
==
1
);
return
0
;
return
0
;
}
}
...
...
Write
Preview
Markdown
is supported
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