Skip to content

Conversation

@tnull
Copy link
Collaborator

@tnull tnull commented Dec 2, 2025

Previously, we implemented lazy deletes in VssStore by batching them with the next write call as part of the next PutObjectRequest sent. However, we unfortunately overlooked that in this instance any non-existent delete_items would yield a ConflictError. Rather than batched VssStore lazy deletes, we therefore here opt to simply spawn them into the background and ignore any errors.

…round

Previously, we implemented `lazy` deletes in `VssStore` by batching them
with the next write call as part of the next `PutObjectRequest` sent.
However, we unfortunately overlooked that in this instance any
non-existent `delete_items` would yield a `ConflictError`. Rather than
batched `VssStore` lazy deletes, we therefore here opt to simply spawn
them into the background and ignore any errors.
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Dec 2, 2025

👋 Thanks for assigning @tankyleo as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

@tnull tnull requested a review from tankyleo December 2, 2025 07:40
@tnull tnull merged commit d0b8541 into lightningdevkit:main Dec 2, 2025
18 checks passed
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.

3 participants