clockworklabs / clockworklabs/SpacetimeDB
Client cache invariant failure in rust sdk
Open
Nobody has claimed this yet.
bug
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
See discord thread for details.
A user is hitting a client cache invariant check in the rust SDK.
This means we are attempting to delete a row from the cache that is not already present in the cache.
Originally this was thought to be a manifestation of #2397, however that only affected join queries, and based on the workload provided in the discord thread, it doesn't appear that join queries are involved.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.