We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previous issue made behaviour better but we still leak memory. We revealed to other places:
io.evitadb.index.EntityIndex#schemaAccessor
The text was updated successfully, but these errors were encountered:
fix(#566): Catalog references still leak memory
eab25c4
This commit eliminates need for `io.evitadb.index.EntityIndex#schemaAccessor` that causes memory leaks.
00a1e62
This commit corrects catalog handling in CatalogIndex.
fix(#566): fix HTTP handlers not being entirely removed when catalog …
e62051c
…was deleted, causing memory leak
Merge pull request #567 from FgForrest/566-catalog-references-still-l…
2a9f019
…eak-memory fix(#566): catalog references still leak memory
novoj
Successfully merging a pull request may close this issue.
Previous issue made behaviour better but we still leak memory. We revealed to other places:
io.evitadb.index.EntityIndex#schemaAccessor
contains hidden relation to catalog and not all indexes are reinstantiated with new catalog versionThe text was updated successfully, but these errors were encountered: