qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] Fix iotests race condition by fixing block job rate limiting
@ 2016-06-28 15:28 Sascha Silbe
  2016-06-28 15:28 ` [Qemu-devel] [PATCH 1/1] Improve block job rate limiting for small bandwidth values Sascha Silbe
  2016-07-05 18:28 ` [Qemu-devel] [PATCH 0/1] Fix iotests race condition by fixing block job rate limiting Max Reitz
  0 siblings, 2 replies; 8+ messages in thread
From: Sascha Silbe @ 2016-06-28 15:28 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Kevin Wolf, Jeff Cody

qemu-iotests #141 is relying on the test being able to operate on a
block job it just started before further progress is being made on
this block job. This fails regularly on some hosts because the time
slice is just 100ms and it often takes longer than that to start the
additional processes required to trigger the operation. It's
particularly easy to reproduce under 100% CPU load.

I originally noticed and analysed this during 2.6 hard
freeze. Eventually the legacy rate limiting code currently used by the
block jobs will be replaced by the refactorings to use BlockBackends
which have their own rate limiting implementation. There was some hope
[1] this would land in 2.7, but since it's not in master yet (at least
as of commit a01aef5d) I prepared an alternative fix that can go into
2.7.

Sascha Silbe (1):
  Improve block job rate limiting for small bandwidth values

 block/commit.c           | 13 +++++--------
 block/mirror.c           |  4 +++-
 block/stream.c           | 12 ++++--------
 include/qemu/ratelimit.h | 43 ++++++++++++++++++++++++++++++++++---------
 4 files changed, 46 insertions(+), 26 deletions(-)

[1] mid:20160408123115.GH4700@noname.redhat.com
    "Re: [Qemu-devel] [Qemu-block] [PATCH 6/7] qemu-iotests: 141:
    reduce likelihood of race condition on systems with fast IO" by
    Kevin Wolf <kwolf@redhat.com> on 2016-04-08.
-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-05 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 15:28 [Qemu-devel] [PATCH 0/1] Fix iotests race condition by fixing block job rate limiting Sascha Silbe
2016-06-28 15:28 ` [Qemu-devel] [PATCH 1/1] Improve block job rate limiting for small bandwidth values Sascha Silbe
2016-07-02 13:22   ` Max Reitz
2016-07-04 14:30     ` Sascha Silbe
2016-07-05 16:56       ` Max Reitz
2016-07-05 18:06         ` Sascha Silbe
2016-07-05 18:27           ` Max Reitz
2016-07-05 18:28 ` [Qemu-devel] [PATCH 0/1] Fix iotests race condition by fixing block job rate limiting Max Reitz

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).