xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: "J. Roeleveld" <joost@antarean.org>
Cc: xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: xen-blkback: Scheduled work from previous purge is still busy, cannot purge list
Date: Thu, 15 Oct 2020 15:05:20 +0200	[thread overview]
Message-ID: <20201015130520.GB68032@Air-de-Roger> (raw)
In-Reply-To: <11618501.OP9n9qO8XQ@eve>

On Thu, Oct 15, 2020 at 02:53:34PM +0200, J. Roeleveld wrote:
> On Thursday, October 15, 2020 2:00:46 PM CEST Roger Pau Monné wrote:
> > Please don't drop xen-devel mailing list when replying.
> 
> My apologies, most mailing lists I am active on have a working "reply" button. 
> Here I need to use "reply-all".
> 
> 
> > On Thu, Oct 15, 2020 at 01:28:49PM +0200, J. Roeleveld wrote:
> > > On Thursday, October 15, 2020 12:57:35 PM CEST you wrote:
> > > > On Tue, Oct 13, 2020 at 07:26:47AM +0200, J. Roeleveld wrote:
> > > > > Hi All,
> > > > > 
> > > > > I am seeing the following message in the "dmesg" output of a driver
> > > > > domain.
> > > > > 
> > > > > [Thu Oct  8 20:57:04 2020] xen-blkback: Scheduled work from previous
> > > > > purge
> > > > > is still busy, cannot purge list
> > > > > [Thu Oct  8 20:57:11 2020] xen-blkback: Scheduled work from previous
> > > > > purge
> > > > > is still busy, cannot purge list
> > > > > [Thu Oct  8 20:57:44 2020] xen-blkback: Scheduled work from previous
> > > > > purge
> > > > > is still busy, cannot purge list
> > > > > [Thu Oct  8 20:57:44 2020] xen-blkback: Scheduled work from previous
> > > > > purge
> > > > > is still busy, cannot purge list
> > > > > 
> > > > > 
> > > > > Is this something to worry about? Or can I safely ignore this?
> > > > 
> > > > What version of the Linux kernel are you running in that driver
> > > > domain?
> > > 
> > > Host:
> > > Kernel: 5.4.66
> > > Xen: 4.12.3
> > > 
> > > Driver domain:
> > > Kernel: 5.4.66
> > > Xen: 4.12.3
> > > 
> > > > Is the domain very busy? That might explain the delay in purging
> > > > grants.
> > > 
> > > No, it's generally asleep, been going through the munin-records and can't
> > > find any spikes the correlate with the messages either.
> > > 
> > > > Also is this an sporadic message, or it's constantly repeating?
> > > 
> > > It's sporadic, but occasionally, I get it several times in a row.
> > > 
> > > My understanding of the code where this message comes from is far from
> > > sufficient. Which means I have no clue what it is actually trying to do.
> > 
> > There's a recurrent worker thread in blkback that will go and purge
> > unused cache entries after they have expired. This is done to prevent
> > the cache from growing unbounded.
> > 
> > AFAICT this just means the worker is likely running faster than what
> > you can proceed, and hence you get another worker run before the old
> > entries have been removed. Should be safe to ignore, but makes me
> > wonder if I should add a parameter to tune the periodicity of the
> > purge work.
> 
> In other words, when it "fails" in this manner, the queue will simply be left 
> and processed the next time?

Yes, exactly.

> How often does this currently run?

The purge worked will run every 100ms, and the queued work should be
terminated before the next run.

> A parameter to tune the periodicity might be an option, for now I feel 
> confident I can safely ignore these messages.

Sure, I'm testing a patch series to that effect now.

Thanks, Roger.


      reply	other threads:[~2020-10-15 13:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13  5:26 xen-blkback: Scheduled work from previous purge is still busy, cannot purge list J. Roeleveld
2020-10-15 10:57 ` Roger Pau Monné
     [not found]   ` <1855015.FeAb16qnYt@eve>
2020-10-15 12:00     ` Roger Pau Monné
2020-10-15 12:53       ` J. Roeleveld
2020-10-15 13:05         ` Roger Pau Monné [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201015130520.GB68032@Air-de-Roger \
    --to=roger.pau@citrix.com \
    --cc=joost@antarean.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).