pgsql: Fix base backup rate limiting in presence of slow i/o

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix base backup rate limiting in presence of slow i/o
Date: 2016-12-19 09:17:35
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix base backup rate limiting in presence of slow i/o

When source i/o on disk was too slow compared to the rate limiting
specified, the system could end up with a negative value for sleep that
it never got out of, which caused rate limiting to effectively be
turned off.

Discussion: https://postgr.es/m/CABUevEy_-e0YvL4ayoX8bH_Ja9w%2BBHoP6jUgdxZuG2nEj3uAfQ%40mail.gmail.com

Analysis by me, patch by Antonin Houska

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/10238fad0389175f71739bc9b4d00bb24d9b8c44

Modified Files
--------------
src/backend/replication/basebackup.c | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2016-12-19 12:18:57 pgsql: Support quorum-based synchronous replication.
Previous Message Noah Misch 2016-12-18 23:15:47 pgsql: MSVC: Position MSBFLAGS after flags it might override.