-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Random crashes with exception "Fatal Exception: java.lang.IllegalStateException: Chunk 55267 not found" #386
Comments
I'll take a look |
Code changes should be available in 3.4.3-SNAPSHOT. Please verify if that solves the issue or not. |
@anidotnet Unfortunately it is not easily re-producible this. Actually I tried to re-produce it by doing concurrent reads, writes and updates in high rates, but couldn't recreate it locally. I get these crash reports randomly from android crash reporting of my app. Thanks for fixing this anyway. If you can provide 3.4.3 release, I can upgrade to it. It is too risky for me to link the prod version to a snapshot. |
@anidotnet Can you please let us know roughly when we would be able to expect 3.4.3 to be released? |
As soon as possible. |
Thank you |
Version 3.4.3 is released now. |
Great! Thank you. |
I randomly get below exceptions reported in my android app which uses nitrite 3.3.0.
I reported this issue in h2-database in following issue. The response from them was this could be due to not using
registerVersionUsage()
andderegisterVersionUsage()
. I couldn't find these methods when I searched nitrite code, so this is a possibility.h2database/h2database#2590 (comment)
If using
registerVersionUsage()
andderegisterVersionUsage()
could affect performance, let the uses of nitrite configure whether it could be used or not.The text was updated successfully, but these errors were encountered: