reduce impact of lengthy startup and checkpoint tasks

Edit
ID 3448
Title reduce impact of lengthy startup and checkpoint tasks
Topic Miscellaneous
Created 2021-12-10 19:06:42
Last modified 2023-09-01 12:42:33 (1 year, 2 months ago)
Latest email 2023-07-04 18:37:36 (1 year, 4 months ago)
Status
2023-09: Returned with feedback
2023-07: Moved to next CF
2023-03: Moved to next CF
2023-01: Moved to next CF
2022-11: Moved to next CF
2022-09: Moved to next CF
2022-07: Moved to next CF
2022-03: Moved to next CF
2022-01: Moved to next CF
Target version 17
Authors Nathan Bossart (bossartn)
Reviewers Bharath Rupireddy (bharathrupireddy)Become reviewer
Committer
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3448
git checkout commitfest/cf/3448
Emails
O(n) tasks cause lengthy startups and checkpoints
First at 2021-12-01 20:24:25 by "Bossart, Nathan" <bossartn at amazon.com>
Latest at 2023-07-04 18:37:36 by Nathan Bossart <nathandbossart at gmail.com>
Latest attachment (v20-0001-Introduce-custodian.patch) at 2023-02-17 23:43:44 from Nathan Bossart <nathandbossart at gmail.com>
    Attachment (v20-0001-Introduce-custodian.patch) at 2023-02-17 23:43:44 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v19-0001-Introduce-custodian.patch) at 2023-02-03 05:48:08 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v18-0001-Introduce-custodian.patch) at 2022-12-01 21:40:26 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v17-0001-Introduce-custodian.patch) at 2022-11-30 05:18:33 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v16-0001-Introduce-custodian.patch) at 2022-11-30 03:56:53 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v15-0001-Introduce-custodian.patch) at 2022-11-28 23:40:39 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v14-0001-Introduce-custodian.patch) at 2022-11-27 23:34:34 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v13-0001-Introduce-custodian.patch) at 2022-11-24 00:19:07 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v12-0001-Introduce-custodian.patch) at 2022-11-06 22:38:42 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v11-0001-Introduce-custodian.patch) at 2022-09-23 17:41:54 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v10-0001-Introduce-custodian.patch) at 2022-09-02 22:07:44 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v9-0001-Introduce-custodian.patch) at 2022-08-24 16:46:24 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v8-0001-Introduce-custodian.patch) at 2022-08-11 23:09:21 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v7-0001-Introduce-custodian.patch) at 2022-07-06 16:51:10 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v6-0001-Introduce-custodian.patch) at 2022-07-02 22:05:54 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v5-0001-Introduce-custodian.patch) at 2022-02-17 00:50:57 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v4-0001-Introduce-custodian.patch) at 2022-02-11 18:02:49 from Nathan Bossart <nathandbossart at gmail.com> (Patch: Yes)
    Attachment (v3-0008-Move-removal-of-spilled-logical-slot-data-to-cust.patch) at 2022-01-05 21:28:28 from "Bossart, Nathan" <bossartn at amazon.com> (Patch: Yes)
    Attachment (v2-0001-Introduce-custodian.patch) at 2021-12-14 20:23:57 from "Bossart, Nathan" <bossartn at amazon.com> (Patch: Yes)
    Attachment (v1-0005-Move-removal-of-old-serialized-snapshots-to-custo.patch) at 2021-12-10 19:03:17 from "Bossart, Nathan" <bossartn at amazon.com> (Patch: Yes)
    Attachment (v1-0001-background-cleaner-to-offload-checkpoint-tasks.patch) at 2021-12-06 11:43:44 from Bharath Rupireddy <bharath.rupireddyforpostgres at gmail.com> (Patch: Yes)
History
When Who What
2023-09-01 12:42:33 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Returned with feedback
2023-07-04 20:51:45 Nathan Bossart (bossartn) Closed in commitfest 2023-07 with status: Moved to next CF
2023-04-04 03:29:13 Nathan Bossart (bossartn) Changed targetversion to 17
2023-04-04 03:28:54 Nathan Bossart (bossartn) Closed in commitfest 2023-03 with status: Moved to next CF
2023-04-04 03:28:49 Nathan Bossart (bossartn) New status: Waiting on Author
2023-01-31 16:26:25 vigneshwaran C (vignesh.postgres) Closed in commitfest 2023-01 with status: Moved to next CF
2022-12-02 05:10:55 Michael Paquier (michael-kun) Closed in commitfest 2022-11 with status: Moved to next CF
2022-12-01 04:31:37 Bharath Rupireddy (bharathrupireddy) Added bharathrupireddy as reviewer
2022-11-30 06:23:38 Simon Riggs (simon) New status: Ready for Committer
2022-10-12 07:05:59 Michael Paquier (michael-kun) Closed in commitfest 2022-09 with status: Moved to next CF
2022-08-01 22:52:25 Jacob Champion (jchampion) Closed in commitfest 2022-07 with status: Moved to next CF
2022-07-02 22:18:24 Nathan Bossart (bossartn) New status: Needs review
2022-04-07 20:52:16 Nathan Bossart (bossartn) New status: Waiting on Author
2022-03-17 23:08:29 Nathan Bossart (bossartn) Closed in commitfest 2022-03 with status: Moved to next CF
2022-03-17 23:08:10 Nathan Bossart (bossartn) Changed targetversion to 16
2022-02-02 16:22:45 Julien Rouhaud (rjuju) Closed in commitfest 2022-01 with status: Moved to next CF
2021-12-10 19:06:54 Nathan Bossart (bossartn) Changed authors to Nathan Bossart (bossartn)
2021-12-10 19:06:54 Nathan Bossart (bossartn) Changed targetversion to 15
2021-12-10 19:06:43 Nathan Bossart (bossartn) Attached mail thread C1EE64B0-D4DB-40F3-98C8-0CED324D34CB@amazon.com
2021-12-10 19:06:42 Nathan Bossart (bossartn) Created patch record
Edit