Project

General

Profile

Backport #38643

mimic: fs: "log [WRN] : failed to reconnect caps for missing inodes"

Added by Nathan Cutler about 5 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
mimic
Crash signature (v1):
Crash signature (v2):


Related issues

Copied from CephFS - Bug #38597: fs: "log [WRN] : failed to reconnect caps for missing inodes" Resolved

History

#1 Updated by Nathan Cutler about 5 years ago

  • Copied from Bug #38597: fs: "log [WRN] : failed to reconnect caps for missing inodes" added

#2 Updated by Nathan Cutler over 4 years ago

  • Status changed from New to Need More Info
  • Assignee set to Zheng Yan

not trivial to backport because in master we have:

bool MDSRank::queue_one_replay()
{
  if (!replay_queue.empty()) {
    queue_waiter(replay_queue.front());
    replay_queue.pop_front();
    return true;
  }

while in mimic it starts with the exact opposite conditional:

bool MDSRank::queue_one_replay()
{
  if (replay_queue.empty()) {
    mdlog->wait_for_safe(new C_MDS_VoidFn(this, &MDSRank::clientreplay_done));
    return false;
  }

#3 Updated by Zheng Yan over 4 years ago

  • Status changed from Need More Info to In Progress

#4 Updated by Patrick Donnelly over 4 years ago

  • Description updated (diff)

#5 Updated by Yuri Weinstein about 4 years ago

Nathan Cutler wrote:

https://github.com/ceph/ceph/pull/31282

merged

#6 Updated by Nathan Cutler about 4 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v13.2.9

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/31282
merge commit 5fdd690e2c4f4e9429f3767de0ccd51f3218dd36 (v13.2.8-285-g5fdd690e2c4)

Also available in: Atom PDF