Vlad Lazar
08b19f001c
pageserver: optionally force image layer creation on timeout ( #12529 )
...
This PR introduces a `image_creation_timeout` to page servers so that we
can force the image creation after a certain period. This is set to 1
day on dev/staging for now, and will rollout to production 1/2 weeks
later.
Majority of the PR are boilerplate code to add the new knob. Specific
changes of the PR are:
1. During L0 compaction, check if we should force a compaction if
min(LSN) of all delta layers < force_image_creation LSN.
2. During image creation, check if we should force a compaction if the
image's LSN < force_image_creation LSN and there are newer deltas with
overlapping key ranges.
3. Also tweaked the check image creation interval to make sure we honor
image_creation_timeout.
Vlad's note: This should be a no-op. I added an extra PS config for the
large timeline
threshold to enable this.
---------
Co-authored-by: Chen Luo <chen.luo@databricks.com >
2025-07-10 10:07:21 +00:00
..
2025-07-10 08:06:33 +00:00
2025-03-30 18:58:33 +00:00
2025-07-10 10:07:21 +00:00
2025-03-30 18:58:33 +00:00
2024-10-08 14:32:26 -05:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-17 15:08:59 +00:00
2025-07-09 17:16:06 +00:00
2025-03-30 18:58:33 +00:00
2025-07-04 10:25:03 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2024-11-25 09:01:05 +00:00
2025-07-10 10:07:21 +00:00
2025-07-01 12:47:16 +00:00
2025-05-20 09:03:36 +00:00
2025-05-06 22:19:15 +00:00
2024-11-08 12:19:18 -06:00
2025-06-24 17:42:23 +00:00
2025-03-30 18:58:33 +00:00
2025-04-24 13:51:09 +00:00
2025-06-18 10:01:05 +00:00
2025-03-30 18:58:33 +00:00
2025-06-05 11:43:04 +00:00
2024-10-08 14:32:26 -05:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-05-29 13:01:10 +00:00
2025-07-10 08:06:33 +00:00
2025-03-30 18:58:33 +00:00
2025-05-06 22:02:12 +00:00
2025-07-10 08:06:33 +00:00
2025-03-30 18:58:33 +00:00
2024-10-18 15:07:36 +03:00
2025-07-09 15:35:19 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-04-04 18:04:39 +00:00
2024-10-08 14:32:26 -05:00
2025-05-06 07:24:27 +00:00
2025-06-05 11:27:14 +00:00
2025-05-30 12:14:36 +00:00
2025-06-05 18:53:14 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-02-03 12:44:47 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-05-28 07:00:52 +00:00
2025-03-31 19:49:32 +00:00
2025-07-08 09:34:01 +00:00
2025-04-08 03:52:50 +00:00
2025-04-17 05:07:45 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-02-03 12:44:47 +00:00
2025-04-09 13:16:15 +00:00
2024-10-08 14:32:26 -05:00
2025-03-30 18:58:33 +00:00
2025-04-23 14:03:19 +00:00
2025-06-17 17:46:35 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-19 11:17:01 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-25 13:40:38 +00:00
2024-11-21 16:25:31 +00:00
2024-11-19 22:29:57 +02:00
2025-04-14 09:05:29 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-04-04 17:30:58 +00:00
2025-03-30 18:58:33 +00:00
2025-04-28 17:24:55 +00:00
2025-04-11 09:38:05 +00:00
2025-03-30 18:58:33 +00:00
2025-07-02 16:30:47 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-10 05:32:03 +00:00
2025-05-30 15:20:46 +00:00
2025-03-30 18:58:33 +00:00
2025-06-20 14:50:03 +00:00
2025-03-30 18:58:33 +00:00
2025-02-25 12:23:04 +00:00
2025-02-03 12:44:47 +00:00
2025-04-02 10:43:05 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-10 08:46:29 +00:00
2025-05-12 15:48:48 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-07-08 12:56:22 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-07-09 12:55:10 +00:00
2025-05-20 15:38:27 +00:00
2025-05-09 07:48:30 +00:00
2025-06-20 10:33:11 +00:00
2025-06-06 11:54:07 +00:00
2025-07-08 09:15:29 +00:00
2025-03-30 18:58:33 +00:00
2025-07-08 19:43:01 +00:00
2025-02-28 21:07:21 +00:00
2025-05-12 15:48:48 +00:00
2025-04-25 14:28:56 +00:00
2025-07-08 08:51:50 +00:00
2025-06-19 11:17:01 +00:00
2025-07-09 15:22:54 +00:00
2025-03-30 18:58:33 +00:00
2025-06-05 11:43:04 +00:00
2025-06-05 11:43:04 +00:00
2025-06-12 08:10:22 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-07-08 12:56:22 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-06-06 06:50:54 +00:00
2025-03-30 18:58:33 +00:00
2025-06-27 15:14:55 +00:00
2025-03-30 18:58:33 +00:00
2025-07-03 16:35:46 +00:00
2025-06-23 22:26:38 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00
2024-10-08 14:32:26 -05:00
2024-10-28 17:47:15 -05:00
2025-03-30 18:58:33 +00:00
2024-11-14 17:19:13 +02:00
2025-06-19 11:17:01 +00:00
2025-07-03 14:32:53 +00:00
2025-07-04 10:25:03 +00:00
2025-03-30 18:58:33 +00:00
2025-03-30 18:58:33 +00:00