Project

General

Profile

Actions

Feature #36609

closed

Avoid sending duplicate concurrent "getattr", "lookup", "ceph_sync_read" requests

Added by Xuehan Xu over 5 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
fs/ceph
Target version:
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Reviewed:
Affected Versions:

Description

As for now, when there are multiple concurrent threads trying to access the same file, there might be a chance that they all send "getattr", "lookup", "ceph_sync_read" requests to MDSes, which could severly increase the load of MDSes.

So, we implemented a way that aggregate those duplicate requests and sending only one request on behalf of all others.

Actions

Also available in: Atom PDF