-
Notifications
You must be signed in to change notification settings - Fork 2
snapshotoffload: wire the scheduler into the server runtime #1224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
3b10815
79ec2ed
50d6113
0e2bd7d
e349dee
b1738d4
3504339
31c41ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,12 @@ The M1 object-store-neutral substrate now adds: | |
| - `cmd/elastickv-snapshot-offload publish` and `restore` for local and | ||
| S3-backed operator workflows. | ||
|
|
||
| The runtime scheduler and retention/GC remain pending. | ||
| The runtime scheduler is implemented and wired into main.go, opt-in via | ||
| `--snapshotOffloadBucket` (or `--snapshotOffloadLocalDir`). Retention/GC | ||
| is implemented per §5. Restore drills and corruption tests are in place; | ||
| multi-node acceptance and the §7 versioned-bucket decision remain | ||
| pending; the operator runbook is at | ||
|
Comment on lines
+51
to
+55
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win マイルストーン表を実装状況に合わせて更新してください。 概要では、ランタイム接続、Retention/GC、リストアドリル、破損テスト、運用ランブックを実装済みとしています。しかし、M2 はまだ未接続と記載し、M3 全体を M2 は実装済みとして未接続の記述を削除してください。M3 は Retention/GC、リストアドリル、破損テスト、運用ランブックを実装済みとし、未完了の 🤖 Prompt for AI Agents |
||
| [`../snapshot_offload_operations.md`](../snapshot_offload_operations.md). | ||
|
|
||
| ## 2. Safety boundary | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This states that retention/GC is implemented, but a repository-wide search finds no snapshot-offload retention or garbage-collection implementation or runtime hook, and the same document still marks M3 as pending. With the newly wired scheduler, successive manifests and payloads therefore remain indefinitely; operators relying on this claim may omit an external bucket lifecycle policy and incur unbounded storage growth, so keep this capability marked pending until it is implemented and wired.
Useful? React with 👍 / 👎.