All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lin Feng <linf@wangsu.com>
To: linux-bcache@vger.kernel.org
Cc: linf@wangsu.com
Subject: Defects about bcache GC
Date: Fri, 18 Dec 2020 18:35:09 +0800	[thread overview]
Message-ID: <5768fb38-743a-42e7-a6b6-a12d7ea9f3f0@wangsu.com> (raw)

Hi all,

I googled a lot but only finding this, my question is if this issue have been fixed or
if there are ways to work around?

 > On Wed, 28 Jun 2017, Coly Li wrote:
 >
 > > On 2017/6/27 下午8:04, tang.junhui@xxxxxxxxxx wrote:
 > > > Hello Eric, Coly,
 > > >
 > > > I use a 1400G SSD device a bcache cache device,
 > > > and attach with 10 back-end devices,
 > > > and run random small write IOs,
 > > > when gc works, It takes about 15 seconds,
 > > > and the up layer application IOs was suspended at this time,
 > > > How could we bear such a long time IO stopping?
 > > > Is there any way we can avoid this problem?
 > > >
 > > > I am very anxious about this question, any comment would be valuable.
 > >
 > > I encounter same situation too.
 > > Hmm, I assume there are some locking issue here, to prevent application
 > > to send request and insert keys in LSM tree, no matter in writeback or
 > > writethrough mode. This is a lazy and fast response, I need to check the
 > > code then provide an accurate reply :-)
 >

I encoutered even worse situation(8TB ssd cached for 4*10 TB disks) as mail extracted above,
all usrer IOs are hung during bcache GC runs, my kernel is 4.18, while I tested it with kernel 5.10,
it seems that situation is unchaged.

Below are some logs for reference.
GC trace events:
[Wed Dec 16 15:08:40 2020]   ##48735 [046] .... 1632697.784097: bcache_gc_start: 4ab63029-0c4a-42a8-8f54-e638358c2c6c
[Wed Dec 16 15:09:01 2020]   ##48735 [034] .... 1632718.828510: bcache_gc_end: 4ab63029-0c4a-42a8-8f54-e638358c2c6c

and during which iostat shows like:
12/16/2020 03:08:48 PM
Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdb               0.00     0.50 1325.00   27.00 169600.00   122.00   251.07     0.32    0.24    0.24    0.02   0.13  17.90
sdc               0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
sdd               0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
sde               0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
sdf               0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
bcache0           0.00     0.00    1.00    0.00     4.00     0.00     8.00    39.54    0.00    0.00    0.00 1000.00 100.00

# grep . /sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/*gc*
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/btree_gc_average_duration_ms:26539
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/btree_gc_average_frequency_sec:8692
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/btree_gc_last_sec:6328
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/btree_gc_max_duration_ms:283405
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/copy_gc_enabled:1
/sys/fs/bcache/4ab63029-0c4a-42a8-8f54-e638358c2c6c/internal/gc_always_rewrite:1

Thanks and Best wishes!
linfeng


             reply	other threads:[~2020-12-18 10:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 10:35 Lin Feng [this message]
2020-12-18 11:52 ` Defects about bcache GC Coly Li
2020-12-18 19:28   ` Kent Overstreet
2020-12-21  2:35     ` Lin Feng
2021-01-05  8:29 ` Dongsheng Yang
2021-01-07  5:58   ` Lin Feng

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=5768fb38-743a-42e7-a6b6-a12d7ea9f3f0@wangsu.com \
    --to=linf@wangsu.com \
    --cc=linux-bcache@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.