Project

General

Profile

Actions

Bug #14176

closed

KeyValueStore: wrongly placed dump_open_fds() logic

Added by xie xingguo over 8 years ago. Updated over 8 years ago.

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

0%

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

Description

Check KeyValueStore::_do_transaction:
assert(0 "unexpected error");

if (r  -EMFILE) {
dump_open_fds(g_ceph_context);
}

It will never to able to dump opened fds when an EMFILE error is encountered.

Actions

Also available in: Atom PDF