Browse Source

fix: update executor doc comment to reflect P2 implementation status

Executor comment now reflects reality:
- StreamWALEntries, TransferFullBase, TransferSnapshot: real
- TruncateWAL: stub
- Implements engine.CatchUpIO and engine.RebuildIO interfaces

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feature/sw-block
pingqiu 1 day ago
parent
commit
8b1b6ec1c0
  1. 5
      weed/storage/blockvol/v2bridge/executor.go

5
weed/storage/blockvol/v2bridge/executor.go

@ -10,8 +10,9 @@ import (
// It executes what the engine tells it to do — it does NOT decide
// recovery policy.
//
// Phase 07 P1: one narrow path (WAL catch-up streaming).
// Full-base rebuild and snapshot transfer are deferred.
// Implements engine.CatchUpIO and engine.RebuildIO interfaces.
// Phase 08 P2: StreamWALEntries, TransferFullBase, TransferSnapshot real.
// TruncateWAL: stub.
type Executor struct {
vol *blockvol.BlockVol
}

Loading…
Cancel
Save