Commit ffd82cbc authored by Yossi Gottlieb's avatar Yossi Gottlieb
Browse files

Remove erronous(?) assertion on compaction.

parent 9b983183
......@@ -1325,8 +1325,6 @@ int raft_end_snapshot(raft_server_t *me_)
}
}
assert(raft_get_log_count(me_) == 1);
return 0;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment