All pull requests

chore(deps)(harborlight): drop the legacy snapshot tier compatibility shim#2005

Opensara-lindqvistwants to merge 6 commits intomainfromchore/harborlight-3006
SASara Lindqvistcommented 2w ago

Summary

chore(deps)(harborlight): drop the legacy snapshot tier compatibility shim — addresses the regression surfaced in harborlight after the recent chore work landed on main.

Why

  • The previous behavior on main short-circuited the safe path under load; this PR restores the intended contract.
  • Adds a guard so the regression cannot resurface silently in staging.
  • Drive-by: removes dead-code call sites the linter was warning about.

Scope

  • Files touched: 30 across the core module + tests.
  • No public API change; ABI is preserved.
  • CI: all green on the matrix runs.

Labels: enhancement

SASara Lindqvistcommented 1w ago

Rebased against main and force-pushed; CI is happy. Re-requesting review.

MIMiguel Arroyocommented 1w ago

I think we can drop the legacy double-buffered drain once this lands — happy to do it as a follow-up.

NONoor Hassancommented 1w ago

LGTM modulo the comment I left on the changelog entry.

AMAmara Oseicommented 1w ago

Smoke-tested under the load profile from last week's incident. No regressions.

MIMiguel Arroyocommented 1w ago

Nice — pulled this locally and the burn-rate window now lines up with the SLO board. Approving once the snapshot tests catch up.

NONoor Hassancommented 1w ago

Could we add a regression test for the partial-bucket case? I'm happy to push it on top if you'd prefer.

All checks have passed1 neutral, 1 skipped, 4 successful checks
No conflicts with base branchMerging can be performed automatically.
You can also merge this with the command line. View command line instructions.Still in progress? Convert to draft

Add a comment

M↓Markdown is supported