All issues

Snapshot replay corrupts the last segment under SIGTERM#3000

New issue
Open
LNLNcommented 3w ago

Is your feature request related to a problem?

Snapshot replay corrupts the last segment under SIGTERM — today the workflow on thresholdctl requires an out-of-band step that breaks the editor flow and makes the API harder to type.

Describe the solution you'd like

Migrate the affected surface to follow the same contract as the rest of the toolchain, so composed flows stay consistent and predictable.

Describe alternatives you've considered

  • Keep the current implementation and document the seam.
  • Ship a codemod that rewrites call sites at install time.

However, both would still leave the surface on a different contract from the rest of the stack, and would only delay the cleanup.

Labels: documentation

LNln-dev7self-assigned this3w ago
LNln-dev7added the labeldocumentation3w ago
LNln-dev7added this to the milestonev1.4 — Stability3w ago
LNln-dev7added a commit that references this issuefix(thresholdctl): wire the new contract for #300057c82713w ago
LNln-dev7mentioned this in#30513w ago
LNLNcommented 2w ago

Bumping priority — three customers hit this last week, two of them on the enterprise tier.

LNLNcommented 2w ago

Re-reading the spec, I think the right contract is the one in the bug report, not the one we're shipping. Going to open a small PR.

LNLNcommented 1w ago

Closing in favor of #3102 — same root cause, same approach, and that branch is further along.

LNLNcommented 1w ago

I've seen this too. I'll fix.

Add a comment

M↓Markdown is supported