Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd: cancel_flush requeues blocked events after blocking event #4041

Merged
merged 1 commit into from Mar 17, 2015
Merged

osd: cancel_flush requeues blocked events after blocking event #4041

merged 1 commit into from Mar 17, 2015

Conversation

ghost
Copy link

@ghost ghost commented Mar 17, 2015

If we have request A (say, cache-flush) that blocks things, and then
request B that gets blocked on it, and we have an interval change, then we
need to requeue B first, then A, so that the resulting queue will keep
A before B and preserve the order.

This was observed on this firefly run:

  ubuntu@teuthology:/a/sage-2015-01-09_21:43:43-rados-firefly-distro-basic-multi/694675

Backport: giant, firefly
Fixes: #10512
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 11bdfb4)
@ghost ghost self-assigned this Mar 17, 2015
@ghost ghost added this to the giant milestone Mar 17, 2015
@ghost ghost added bug-fix core labels Mar 17, 2015
@loic-bot
Copy link

SUCCESS: the output of run-make-check.sh on centos-7 for 4dbf1b3 is http://paste2.org/G5Ww7sYL

:octocat: Sent from GH.

liewegas added a commit that referenced this pull request Mar 17, 2015
osd: cancel_flush requeues blocked events after blocking event
@liewegas liewegas merged commit ca635ce into ceph:giant Mar 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants