From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C34FC4338F for ; Mon, 16 Aug 2021 23:04:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66B5460EFF for ; Mon, 16 Aug 2021 23:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232568AbhHPXEq (ORCPT ); Mon, 16 Aug 2021 19:04:46 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:49950 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232552AbhHPXEq (ORCPT ); Mon, 16 Aug 2021 19:04:46 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 6DE481FEF7; Mon, 16 Aug 2021 23:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1629155053; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/HU8gIvHGUdr9oOU9G9rqPPfBYcZ9+uSotePxVGOTMc=; b=H/KCOLdYieTfEWxbtNKWef9+AZKukXfgBEUZ08lq+1up16dX8Gjka2IsSvPinXR7nPn3oq uTFDF5RSippPQKxgW49ZZht65A9VmsP95UzxDIZ4ZZq5UQ/9hlgSRk09yXJLqQlIM1W1/J mv9mNuItFOo6jDUTYZl7eZY5GaRaAE4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1629155053; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/HU8gIvHGUdr9oOU9G9rqPPfBYcZ9+uSotePxVGOTMc=; b=BEmGM6S6B7M6Tf7IKe9NZBz24yzCJtM6kFsZzQd3kVgeewwsMHuhYUvzubMjdjjikpPU3Y 6wvfGmxZMx/KPQDQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9E0E913D88; Mon, 16 Aug 2021 23:04:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id x3svF+zuGmHsLAAAMHmgww (envelope-from ); Mon, 16 Aug 2021 23:04:12 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: "NeilBrown" To: "Mike Javorski" Cc: linux-nfs@vger.kernel.org Subject: Re: NFS server regression in kernel 5.13 (tested w/ 5.13.9) In-reply-to: References: , <162846730406.22632.14734595494457390936@noble.neil.brown.name>, , , <162855893202.12431.3423894387218130632@noble.neil.brown.name>, , <162882238416.1695.4958036322575947783@noble.neil.brown.name>, , , <162907681945.1695.10796003189432247877@noble.neil.brown.name>, Date: Tue, 17 Aug 2021 09:04:09 +1000 Message-id: <162915504980.9892.4132343755469951234@noble.neil.brown.name> Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Tue, 17 Aug 2021, Mike Javorski wrote: > Neil: >=20 > A possible insight, these captures were all made on the server, so the > rpc reply wouldn't be delayed (at least if the server is the one doing > the replying). I did the captures there because I wanted to get as > close to possible issues as I could. If it makes sense, I can try to > capture from the client side, let me know. Sometimes it does make sense to compare both ends of the piece of wire.=20 However in this case the data collected at the server point the delays on the server so it is unlikely that there are delays or losses between server and client. Thanks, NeilBrown >=20 > Filesystem being exported is BTRFS, a 6 disk array. I jumped to nfs > being the trouble because that is my visibility to the issue, but it's > certainly possible for it to be the underlying filesystem. Maybe the > nfsd traces will give insight to this. >=20 > - mike >=20 > On Sun, Aug 15, 2021 at 6:20 PM NeilBrown wrote: > > > > On Sun, 15 Aug 2021, Mike Javorski wrote: > > > I managed to get a cap with several discreet freezes in it, and I > > > included a chunk with 5 of them in the span of ~3000 frames. I added > > > packet comments at each frame that the tshark command reported as > 1 > > > sec RPC wait. Just search for "Freeze" in (wire|t)shark in packet > > > details. This is with kernel 5.13.10 provided by Arch (See > > > https://github.com/archlinux/linux/compare/a37da2be8e6c85...v5.13.10-ar= ch1 > > > for diff vs mainline, nothing NFS/RPC related I can identify). > > > > > > I tried unsuccessfully to get any failures with the 5.12.15 kernel. > > > > > > https://drive.google.com/file/d/1T42iX9xCdF9Oe4f7JXsnWqD8oJPrpMqV/view?= usp=3Dsharing > > > > > > File should be downloadable anonymously. > > > > Got it, thanks. > > > > There are 3 RPC replies that are more than 1 second after the request. > > The replies are in frames 983, 1005, 1777 These roughly correspond to > > where you added the "Freeze" annotation (I didn't know you could do that!= ). > > > > 983: > > This is the (Start of the) reply to a READ Request in frame 980. > > It is a 128K read. The whole reply has arrived by frame 1004, 2ms > > later. > > The request (Frame 980) is followed 13ms later by a TCP retransmit > > of the request and the (20usec later) a TCP ACK from the server. > > > > The fact that the client needed to retransmit seems a little odd > > but as it is the only retransmit in the whole capture, I don't think > > we can read much into it. > > > > 1005: > > This is the reply to a 128K READ request in frame 793 - earlier than > > previous one. > > So there were two READ requests, then a 2 second delay then both > > replies in reverse order. > > > > 1777: > > This is a similar READ reply - to 1761. > > There were READs in 1760, 1761, and 1775 > > 1760 is replied to almost immediately > > 1761 gets a reply in 4 seconds (1777) > > 1775 never gets a reply (in the available packet capture). > > > > Looking at other delays ... most READs get a reply in under a millisec. > > There are about 20 where the reply is more than 1ms - the longest delay > > not already mentioned is 90ms with reply 1857. > > The pattern here is > > READ req (1) > > GETATTR req > > GETATTR reply > > READ req (2) > > READ reply (1) > > pause > > READ reply (2) > > > > I suspect this is the same problem occurring, but it isn't so > > noticeable. > > > > My first thought was that the reply might be getting stuck in the TCP > > transmit queue on the server, but checking the TSval in the TCP > > timestamp option shows that - for frame 983 which shows a 2second delay > > - the TSval is also 2seconds later than the previous packet. So the > > delay happens before the TCP-level decision to create the packet. > > > > So I cannot see any real evidence to suggest a TCP-level problem. > > The time of 2 or 4 seconds - and maybe even 90ms - seem unlikely to be > > caused by an NFSd problem. > > > > So my guess is that the delay comes from the filesystem. Maybe. > > What filesystem are you exporting? > > > > How can we check this? Probably by turning on nfsd tracing. > > There are a bunch of tracepoints that related to reading: > > > > trace_nfsd_read_start > > trace_nfsd_read_done > > trace_nfsd_read_io_done > > trace_nfsd_read_err > > trace_nfsd_read_splice > > trace_nfsd_read_vector > > trace_nfsd_read_start > > trace_nfsd_read_done > > > > Maybe enabling them might be useful as you should be able to see if the > > delay was within one read request, or between two read requests. > > But I don't have much (if any) experience in enabling trace points. I > > really should try that some day. Maybe you can find guidance on using > > these tracepoint somewhere ... or maybe you already know how :-) > > > > NeilBrown >=20 >=20