quincy: mgr: relax "pending_service_map.epoch > service_map.epoch" assert#46738
Merged
yuriw merged 1 commit intoceph:quincyfrom Jul 20, 2022
Merged
quincy: mgr: relax "pending_service_map.epoch > service_map.epoch" assert#46738yuriw merged 1 commit intoceph:quincyfrom
yuriw merged 1 commit intoceph:quincyfrom
Conversation
When we are activating we may receive several service map updates initiated by the previous active mgr. Treat them all as initial map. The code also adds "pending_service_map_dirty == 0" assert, which we expect is true when receiving an initial map -- otherwise we can't just initialize pending_service_map with received map. Fixes: https://tracker.ceph.com/issues/51835 Signed-off-by: Mykola Golub <mgolub@suse.com> (cherry picked from commit cc2721c)
neha-ojha
approved these changes
Jun 17, 2022
Contributor
|
jenkins test api |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport tracker: https://tracker.ceph.com/issues/56096
backport of #45984
parent tracker: https://tracker.ceph.com/issues/51835
this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh