Project

General

Profile

Bug #53326

pgs wait for read lease after osd start

Added by Sage Weil over 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Correctness/Safety
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
pacific,octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

- pg is healthy
- primary osd stops
- wait for things to settle
- restart primary
- pg goes into WAIT state

This shouldn't happen because the prior_set reported no down osds, and we hit the check in GetInfo()

  if (ps->prior_readable_down_osds.empty()) {
    psdout(10) << " no prior_set down osds, clearing prior_readable_until_ub" 
           << dendl;
    ps->clear_prior_readable_until_ub();
  }


Related issues

Copied to RADOS - Backport #53876: pacific: pgs wait for read lease after osd start Resolved
Copied to RADOS - Backport #53877: octopus: pgs wait for read lease after osd start Resolved

History

#1 Updated by Sage Weil over 2 years ago

  • Status changed from In Progress to Fix Under Review
  • Backport set to pacific
  • Pull request ID set to 44015

#2 Updated by Sage Weil over 2 years ago

  • Backport changed from pacific to pacific,octopus

#3 Updated by Neha Ojha about 2 years ago

  • Status changed from Fix Under Review to Pending Backport

#4 Updated by Backport Bot about 2 years ago

  • Copied to Backport #53876: pacific: pgs wait for read lease after osd start added

#5 Updated by Backport Bot about 2 years ago

  • Copied to Backport #53877: octopus: pgs wait for read lease after osd start added

#8 Updated by Vikhyat Umrao about 2 years ago

  • Status changed from Pending Backport to Resolved

Also available in: Atom PDF