Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A7DDC64EC4 for ; Thu, 9 Mar 2023 07:32:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229737AbjCIHcX (ORCPT ); Thu, 9 Mar 2023 02:32:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230132AbjCIHbv (ORCPT ); Thu, 9 Mar 2023 02:31:51 -0500 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D04ADCA59 for ; Wed, 8 Mar 2023 23:31:18 -0800 (PST) Received: by mail-lf1-x135.google.com with SMTP id s22so1097839lfi.9 for ; Wed, 08 Mar 2023 23:31:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ionos.com; s=google; t=1678347067; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=Ha/3mU3Llx0Wa0WUDy/uPl76sON4g9057OoIU9zRL5M=; b=Qtcqr7ffdSk4foYwmHCYlCxkgdTb3gmp7/PVtv7leT7UJxqj1XYVgAKrSWxc+lFTS/ Rev8wfsj0fMgfNjI1T4d/s6gMi2grLLQfG9T/Ua4sxcfkwkcVAm/T5DEktpu5BnipoB7 v8L02Nd4TsqrsxZizzBjmEw6Cm3KhBYJLUM/kJc2Rz7Z3f2M/P31gM3ldwkw5dTon9B8 U2KyFcBKmOBVdLZJ7H6nzmUsXq9NQ92DFNXPautpgG/MFC3IL33JnVFR/0xRoQOygyHl /XgnbCXOxdKSoaFLjCZWjnhdfLz9mZjrOeu13FI1RiCIZvLonWvp1AwKZO20/h6epr2e GjRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678347067; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ha/3mU3Llx0Wa0WUDy/uPl76sON4g9057OoIU9zRL5M=; b=cim3Y75xj4fzFpBN5ji++7GB8nbW+3tuGL/S4I+FHJrYRIXkesgZjijmgewajWPHBC rJlgAWTSWaof4sqjLqSnWPWx6rAWlQwiKfZoJwvIl/HpMJA5MD9WNmvZWBbRv17wCTMP DwgbE31AR3d+w4ArV61ZkkdpDVpmRSs0Ftz9wWapmdfbJRuqMPvhGSkpDviHeV2AYlJI 4idRelE4aWKG/2xA95OtKw6qYegcoywB/k1YuK8SBjoVw/YjU2I429f6l39/1drxCOgl p8Sx0ho4QQz09yLSN4S+1FJJU/ovqyzxE24Y1xLXM2ry7P68hAP3+96JWro6HB1MRkQS kfxA== X-Gm-Message-State: AO0yUKVtl6fGedcaPILWYN0ph4yqZa7JgcLQUGr5bVxKzy1aWD71tUVJ 1joV6rrHt1SIXygMicNEGUsEflqT6jD/7mCIjmGcXA== X-Google-Smtp-Source: AK7set/CzLKvBYZT7akl9keu/O524xE6wDtFMN64SvHQrgjOET2PcHeMncNYZT90K5hf1/HQwtE9Gcpwc6bJMuvu2OE= X-Received: by 2002:a19:7517:0:b0:4dd:805b:5b75 with SMTP id y23-20020a197517000000b004dd805b5b75mr6471232lfe.7.1678347067247; Wed, 08 Mar 2023 23:31:07 -0800 (PST) MIME-Version: 1.0 References: <20230302130650.2209938-1-max.kellermann@ionos.com> In-Reply-To: From: Max Kellermann Date: Thu, 9 Mar 2023 08:30:56 +0100 Message-ID: Subject: Re: [PATCH] fs/ceph/mds_client: ignore responses for waiting requests To: Xiubo Li Cc: idryomov@gmail.com, jlayton@kernel.org, ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 6:31=E2=80=AFAM Xiubo Li wrote: > I attached one testing patch based yours, just added more debug logs, > which won't be introduce perf issue since all the logs should be printed > in corner cases. > > Could you help test it ? The patch now runs on one of our clusters, and I'll get back to you as soon as the problem occurs again. Thanks so far!