Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756801Ab2FZNAA (ORCPT ); Tue, 26 Jun 2012 09:00:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12142 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756132Ab2FZM77 (ORCPT ); Tue, 26 Jun 2012 08:59:59 -0400 Date: Tue, 26 Jun 2012 08:59:53 -0400 From: Vivek Goyal To: Josh Hunt Cc: Tejun Heo , Jens Axboe , linux-kernel@vger.kernel.org Subject: Re: multi-second application stall in open() Message-ID: <20120626125953.GA22557@redhat.com> References: <20120622204207.GA22063@redhat.com> <20120625133047.GA9394@redhat.com> <20120625211850.GC10916@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 21 On Mon, Jun 25, 2012 at 11:01:48PM -0500, Josh Hunt wrote: [..] > So this really seems like a problem with kblockd not kicking in. I've > instrumented every path in select_queue and it's not getting hit after > schedule dispatch. Everything seems to stall at that point until a new > request comes in. Ok, that's cool. So now we need to find out why queued work is not being scheduled. I think there are some workqueue related trace points. If you enable those along with blktraces, that should give tejun some data to look at. Thanks Vivek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/