Project

General

Profile

Actions

Bug #8305

closed

objecter, osd: pool overlay change should trigger op resend

Added by Sage Weil almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
OSD
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

If the client is sending ops a, b, c, d, and a map is received changing the overlay, ordering can break. For example,

- get map, overlay = cache
...
- send a to cache
- get map, overlay = none
- send b, c, d to base
- get reply b, c, d
- get reply a (redirect)

Instead, osd should discard ops from before the last overlay change, and client should resend.

Actions

Also available in: Atom PDF