Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(swing-store): Delete transcript spans in stopUsingTranscript as in rollover #10060

Merged
merged 8 commits into from
Sep 11, 2024

Conversation

gibson042
Copy link
Member

Fixes #10054

Description

The first commits from #10055, by request, culminating in a fix of #10054 by introducing a closeSpan helper to support both span rollover and stopUsingTranscript.

Security Considerations

None known.

Scaling Considerations

If anything, a negligible reduction in transcriptStore size.

Documentation Considerations

None known.

Testing Considerations

Covered by unit tests.

Upgrade Considerations

This is kernel code that can be used at any node restart (i.e., because the configuration is consensus-independent, it doesn't even need to wait for a chain software upgrade).

@gibson042 gibson042 requested review from warner and mhofman September 11, 2024 03:39
Copy link

cloudflare-workers-and-pages bot commented Sep 11, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2d1e478
Status: ✅  Deploy successful!
Preview URL: https://15223628.agoric-sdk.pages.dev
Branch Preview URL: https://gibson-10054-stopusingtransc.agoric-sdk.pages.dev

View logs

Copy link
Member

@mhofman mhofman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gibson042 gibson042 added the automerge:rebase Automatically rebase updates, then merge label Sep 11, 2024
@gibson042 gibson042 force-pushed the gibson-10054-stopusingtranscript-delete-spans branch from e26cbb2 to 2d1e478 Compare September 11, 2024 04:44
@mergify mergify bot merged commit 914bee2 into master Sep 11, 2024
80 checks passed
@mergify mergify bot deleted the gibson-10054-stopusingtranscript-delete-spans branch September 11, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

swing-store: stopUsingTranscript fails to delete transcript spans
2 participants