-
Notifications
You must be signed in to change notification settings - Fork 1.2k
GH-1246. Asynchronously initialize cache before reading II #1250
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
GH-1246. Asynchronously initialize cache before reading II #1250
Conversation
Thanks for preparing this patch! I'd review it by the end of next week (sorry this week is a busy week for me >_<) |
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.
Looks good and very tidy.
Thanks a lot for your contribution!
I'm waiting for other committers' review (cc @eolivelli @kezhuw @Randgalt @cammckenzie) but would otherwise merge this patch in the next week if there is no more objection. |
Thanks for taking a look @tisonkun! |
...tor-x-async/src/test/java/org/apache/curator/x/async/modeled/TestCachedModeledFramework.java
Outdated
Show resolved
Hide resolved
…ed/TestCachedModeledFramework.java Co-authored-by: Kezhu Wang <[email protected]>
Hey .. I just did a walk-through of the code again and have a question. Is applying the filter:
safe to do from If it is ok then it is probably ok to remove the now unused methods in `ModeledCachedImpl:
Either way I think a change is due ... let me know what you think! |
@kotman12 Let's removed the unused method in a follow-up PR. I'm going to merge this PR after CI green. |
Merged. Thanks for your contribution @kotman12! Would you provide a follow-up to remove the unused methods mentioned above? |
This is an alternative, simpler implementation to #1247 with the same motivation, namely to solve #1246