Project

General

Profile

Actions

Backport #38643

closed

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
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

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

Actions
Actions #1

Updated by Nathan Cutler about 5 years ago

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

Updated by Nathan Cutler almost 5 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;
  }
Actions #3

Updated by Zheng Yan over 4 years ago

  • Status changed from Need More Info to In Progress
Actions #4

Updated by Patrick Donnelly over 4 years ago

  • Description updated (diff)
Actions #5

Updated by Yuri Weinstein about 4 years ago

Nathan Cutler wrote:

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

merged

Actions #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)

Actions

Also available in: Atom PDF