Project

General

Profile

Actions

Bug #13966

closed

memory leak in PG/replica_scrub

Added by Jie Wang over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

PG::replica_scrub

if (last_update_applied < msg->scrub_to) {
dout(10) << "waiting for last_update_applied to catch up" << dendl;
scrubber.active_rep_scrub = op;
msg>get();-
return;
}

this increases reference count of msg and causes memory leak

Actions

Also available in: Atom PDF