-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix intial agglomerate loading #4601
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Seems to do the trick, but could you explain a bit what was going on here? I’m not sure I get the change. Did the old code not wait for finishAccess? If so, why was that causing the bug? 🧐
Thanks for the quick fix @youri-k 🙏 |
@fm3 Tbh I'm not entirely sure, why the different position of the The only thing, I don't know is, why the file was closed after the last read because the cache should be large enough to retain it and not call |
Okay, that sounds about right. Good catch!
Maybe we can add some logging to see if items get removed from the cache earlier than we expect? This could have performance implications. That’s independent of this PR, though. |
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
[ ] Updated (unreleased) migration guide if applicable[ ] Updated documentation if applicable[ ] Adapted wk-connect if datastore API changes