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/PG: perfer async_recovery_targets in reverse order of cost #21578

Merged
merged 1 commit into from Apr 21, 2018

Conversation

xiexingguo
Copy link
Member

Theoretically peers which have a longer list of objects to recover
shall equivalently take a longer time to recover and hence have a
bigger chance to block client ops.

Also, to minimize the risk of data loss, we want to bring those broken
(inconsistent) peers back to normal as soon as possible. Putting them
into the async_recovery_targets queue, however, did quite the oppsite.

Signed-off-by: xie xingguo xie.xingguo@zte.com.cn

Theoretically peers which have a longer list of objects to recover
shall equivalently take a longer time to recover and hence have a
bigger chance to block client ops.

Also, to minimize the risk of data loss, we want to bring those broken
(inconsistent) peers back to normal as soon as possible. Putting them
into the async_recovery_targets queue, however, did quite the oppsite.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
@xiexingguo xiexingguo added this to the mimic milestone Apr 21, 2018
Copy link
Member

@jdurgin jdurgin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the original intent, just got the ordering backwards

@tchaikov tchaikov merged commit adfb950 into ceph:master Apr 21, 2018
@xiexingguo
Copy link
Member Author

@tchaikov Thanks!

@xiexingguo xiexingguo deleted the wip-fix-async-recovery-peer branch April 23, 2018 00:29
xiexingguo added a commit to xiexingguo/ceph that referenced this pull request Apr 23, 2018
This is a follow-up fix of ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Jul 25, 2018
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Jan 26, 2019
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Jan 30, 2019
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Apr 26, 2019
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Nov 2, 2019
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Nov 7, 2019
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
xiexingguo added a commit to ceph/ceph-ci that referenced this pull request Feb 15, 2020
This is a follow-up fix of ceph/ceph#21578,
in which I forget that erasure-coded-pools share the same logic
when determining the async_recovery_targets..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 441876f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants