mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(cluster): add migration finalization (#2507)
* feat(cluster): add migration finalization
This commit is contained in:
parent
adeac6bd27
commit
5189dae118
18 changed files with 174 additions and 25 deletions
|
@ -195,7 +195,7 @@ io::Result<journal::ParsedEntry> JournalReader::ReadEntry() {
|
|||
entry.dbid = dbid_;
|
||||
entry.opcode = opcode;
|
||||
|
||||
if (opcode == journal::Op::PING) {
|
||||
if (opcode == journal::Op::PING || opcode == journal::Op::FIN) {
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue