-
Notifications
You must be signed in to change notification settings - Fork 624
Lazy initialize dataFile in PersistedInstallation #3314
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
Lazy initialize dataFile in PersistedInstallation #3314
Conversation
Hi @carlonzo. Thanks for your PR. I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1852750
to
e58be5f
Compare
Very nice solution. Thank you, Carlo! |
Coverage Report 1Affected Products
Test Logs
Notes |
e58be5f
to
88aefec
Compare
thanks! please /retest |
Size Report 1Affected Products
Test Logs
Notes |
88aefec
to
f06677c
Compare
hi @yoyomyo, |
@carlonzo Thank you for following up! The test failure does not seem related to this PR. I have reached out to the wider SDK team for support since I am not super familiar with the |
@yoyomyo ofc thanks. Please let me know if there is anything I can do to help |
/test device-check-changed |
f06677c
to
77ed36f
Compare
Thanks for your contribution @carlonzo ! |
tries to solve #3313
the
dataFile
is initialized lazily from methods that are supposed to be already be called from a dedicated IO thread given they perform disk ops