Skip to content

Commit 3289f57

Browse files
alanshawCopilot
andcommitted
refactor: apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: ash <alan138@gmail.com>
1 parent 330c639 commit 3289f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logstore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ builds a `uploader.CARShard` from the `Segment` accessors, calls
184184

185185
| Where | Symbols |
186186
|---|---|
187-
| `manager.go` | `Manager` (per-bucket log, the production `blockstore.Log`): `OpenManager`, `AppendBatch`, `Get`, `Close`; `QuiesceBucketLog`, `ShippedSegmentDigests`, `RemoveBucketLog` (DeleteBucket's seams) |
187+
| `manager.go` | `Manager` (per-bucket log, the production `blockstore.Log`): `ManagerConfig`, `OpenManager`, `AppendBatch`, `Get`, `Close`; `QuiesceBucketLog`, `ShippedSegmentDigests`, `RemoveBucketLog` (DeleteBucket's seams) |
188188
| `store.go` | `Store` (one bucket's catalog log): `Open`, `AppendBatch`, `Get`, `Close` |
189189
| `planelog.go` | `PlaneLog` (the pipeline): `openPlaneLog`, `Append`, `Get`, `Close`; `sealOpenIfDue`, `flushLoop`, `flushOne`, `runRetention`, `sealTickerLoop` |
190190
| `segment.go` | `Segment`: `createOpenSegment`, `append`, `seal`, `markShipped`, `retire`, `get`; `.idx`/`.ops` codecs |
191191
| `recovery.go` | `(*PlaneLog).recover` (disk vs `Meta` reconciliation for one bucket store) |
192192
| `types.go` | `State`, `SegmentMeta`, `Meta` |
193-
| `config.go` | `Config`, `ManagerConfig`, `PlaneConfig`, `FlushFunc` |
193+
| `config.go` | `Config`, `PlaneConfig`, `FlushFunc` |
194194
| `../server.go` | `newBucketFlushFunc` (per-bucket flush: `uploader.SubmitShard` + location/inclusion rows) |
195195
| `../uploader/forge.go` | `Uploader`, `CARShard`, `Forge.SubmitShard` |

0 commit comments

Comments
 (0)