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

Server crashes #7

Closed
bitsplitter opened this issue Sep 4, 2022 · 1 comment
Closed

Server crashes #7

bitsplitter opened this issue Sep 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@bitsplitter
Copy link
Owner

When an operation is performed on a collection that is among the least recently used collection, the GC may decide to delete it causing the application to fail because it expects the data to be available.

We need to 'touch' the collection before the actual transaction is written to keep the GC from interfering.

@bitsplitter bitsplitter added the bug Something isn't working label Sep 4, 2022
@bitsplitter
Copy link
Owner Author

mark collections lastAccessed a.s.a.p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant