Date: Sun, 25 Oct 2020 00:14:10 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 249871] NFSv4 faulty directory listings under heavy load Message-ID: <bug-249871-227-sR6PiX3Mqt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249871-227@https.bugs.freebsd.org/bugzilla/> References: <bug-249871-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249871 --- Comment #17 from Jason W. Bacon <jwb@freebsd.org> --- (In reply to Rick Macklem from comment #13) rdir.c isn't reporting any problems on the server at the same time the NFS client is malfunctioning badly... On the server: FreeBSD login.peregrine bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1030: ./test-rdir AD-VCFs-whi/MAF-0.01-1000nt/ |& tee rdir.out ...........................................................................= .................................................................^C FreeBSD login.peregrine bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1031: = cat test-rdir=20 #!/bin/sh -e usage() { printf "Usage: $0 dir\n" exit 1 } if [ $# !=3D 1 ]; then usage fi # AD-VCFs-whi/MAF-0.01-1000nt while true; do ./rdir $1 printf "." sleep 1 done On a client: FreeBSD compute-009.peregrine bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1002: ./test-ls AD-VCFs-whi/MAF-0.01-1000nt/ These should all read 11031: 11029 11024 11035 11031 11029 11034 11028 11032 11031 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249871-227-sR6PiX3Mqt>