Skip to content

perf(lfs): bound concurrent batch presence checks - #61

Draft
tobi wants to merge 1 commit into
backlog/02-s3-credentialsfrom
backlog/03-lfs-batches
Draft

perf(lfs): bound concurrent batch presence checks#61
tobi wants to merge 1 commit into
backlog/02-s3-credentialsfrom
backlog/03-lfs-batches

Conversation

@tobi

@tobi tobi commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Check LFS object presence with up to 16 concurrent requests while preserving response order. A batch still performs N HEADs, but sequential depth falls from N to ceil(N/16).

Adapts #20. Local LFS integration tests cover 100 mixed present/missing objects and the upstream read-through path.

Stack layer 3/8; base: backlog/02-s3-credentials. Review the diff against this base. Combined tree at 4475bb4 passes local just ci (38 e2e tests, 19 serial simulations and standalone smoke) and the real two-instance S3 push/maintenance/clone/fsck rig. All six ignored stress/benchmark tests and all 184 full TLC checks pass locally (15 new checks across two models). The follow-up at 37bc4cc changes only two shell test assertions to Bash builtins; it passes with a minimal PATH. All eight stack heads are green in hosted CI (26 jobs). This layer’s successful run.

Review order: 01-conditional-storage02-s3-credentials03-lfs-batches04-lfs-metrics05-auth-boundaries06-dev-setup07-azure08-azure-events.

Adapt PR #20: preserve response order with at most 16 HEADs in flight. Request count stays N; sequential depth falls from N to ceil(N/16). Include mixed-presence 100-object integration regression.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant