Skip to content

Fix diskless load handling on broken EOF marker#9752

Merged
oranagra merged 2 commits intoredis:unstablefrom
eduardobr:feature/fix-disklessload-on-broken-eof-mark
Nov 9, 2021
Merged

Fix diskless load handling on broken EOF marker#9752
oranagra merged 2 commits intoredis:unstablefrom
eduardobr:feature/fix-disklessload-on-broken-eof-mark

Conversation

@eduardobr
Copy link
Contributor

As noted by @oranagra here: #9323 (comment)
During diskless replication, the check for broken EOF mark is misplaced and should be earlier.
Now we do not swap db, we do proper cleanup and correctly raise module events on this kind of failure.

This issue existed prior to #9323, but before, the side effect was not restoring backup and not raising the correct module events on this failure.

@oranagra oranagra merged commit c22d368 into redis:unstable Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants