Project

General

Profile

Actions

Bug #21221

closed

MDCache::try_subtree_merge() may print N^2 lines of debug message

Added by Zheng Yan over 6 years ago. Updated over 6 years ago.

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

0%

Source:
Q/A
Tags:
Backport:
luminous
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

MDCache::try_subtree_merge(dirfrag) calls MDCache::try_subtree_merge_at() for each subtree in the dirfrag. try_subtree_merge_at() calls MDCache::show_subtrees(15). If there are N subtrees in the dirfrag and debug_mds >= 15. MDCache::try_subtree_merge(dirfrag) print N^2 lines of debug message


Related issues 1 (0 open1 closed)

Copied to CephFS - Backport #21323: luminous: MDCache::try_subtree_merge() may print N^2 lines of debug messageResolvedActions
Actions #1

Updated by Zheng Yan over 6 years ago

  • Subject changed from MDCache::try_subtree_merge() may print N^2 debug message to MDCache::try_subtree_merge() may print N^2 lines of debug message
Actions #2

Updated by Patrick Donnelly over 6 years ago

  • Status changed from New to Fix Under Review
  • Assignee set to Patrick Donnelly
  • Target version set to v12.2.0
  • Source set to Q/A
  • Backport set to luminous
  • Component(FS) MDS added
Actions #3

Updated by Patrick Donnelly over 6 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #4

Updated by Nathan Cutler over 6 years ago

  • Copied to Backport #21323: luminous: MDCache::try_subtree_merge() may print N^2 lines of debug message added
Actions #5

Updated by Patrick Donnelly over 6 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF