Project

General

Profile

Actions

Fix #8687

open

OSD: preemptively clean up incoming Connections from dead OSDs

Added by Greg Farnum almost 10 years ago. Updated about 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
OSD
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

If we get an incoming Connection from a dead OSD, but never actually receive a Message from it, we never kill the Connection.
To do so, we'll need some way of determining that it's a dead OSD based just on address; which naively sounds prohibitively expensive. Sage suggests that we could change our "nonce" assignment to include information about the epoch the OSD asked to mark itself up; we would then be able to know if it's newer or older than our current map, and determine with a reasonably-priced lookup whether it is still up or not.

Actions #1

Updated by Patrick Donnelly about 5 years ago

  • Project changed from Ceph to RADOS
  • Category deleted (OSD)
  • Start date deleted (06/27/2014)
  • Component(RADOS) OSD added
Actions

Also available in: Atom PDF