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