Project

General

Profile

Backport #36636

luminous: osd: race condition opening heartbeat connection

Added by Patrick Donnelly over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
luminous
Crash signature (v1):
Crash signature (v2):


Related issues

Copied from RADOS - Bug #36602: osd: race condition opening heartbeat connection Resolved 10/26/2018

History

#1 Updated by Patrick Donnelly over 5 years ago

  • Copied from Bug #36602: osd: race condition opening heartbeat connection added

#2 Updated by Nathan Cutler over 5 years ago

  • Status changed from New to Need More Info

The master commit uses std::lock_guard, which is a C++17-ism, and this makes the backport non-trivial (?)

#3 Updated by Nathan Cutler over 5 years ago

  • Description updated (diff)
  • Status changed from Need More Info to In Progress
  • Assignee set to Nathan Cutler

#4 Updated by Patrick Donnelly over 5 years ago

std::lock_guard is a C++11 feature: https://en.cppreference.com/w/cpp/header/mutex

#5 Updated by Yuri Weinstein over 5 years ago

Patrick Donnelly wrote:

https://github.com/ceph/ceph/pull/25035

merged

#6 Updated by Nathan Cutler over 5 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v12.2.11

Also available in: Atom PDF