Project

General

Profile

Actions

Fix #36168

open

msgr: be more efficient with bufferlist refcounts

Added by Greg Farnum over 5 years ago. Updated about 5 years ago.

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

0%

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

Description

See https://github.com/ceph/ceph/pull/24111#discussion_r217838064 and http://tracker.ceph.com/issues/35987

We currently read data off the wire into a set of bufferlists, then decode_message() copies them into a Message's internal storage. We could swap() them instead to reduce futzing around with atomic reference counts.

Actions #1

Updated by Greg Farnum about 5 years ago

  • Project changed from Ceph to Messengers
  • Category deleted (msgr)
Actions

Also available in: Atom PDF