Skip to content
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 potential infinity loop issue #2590

Merged
merged 1 commit into from
Dec 29, 2018
Merged

Conversation

t-rufang
Copy link
Contributor

@t-rufang t-rufang commented Dec 29, 2018

if A() <- B() means method B is refered in method A. We have:

  1. In class RefreshableNode, load(boolean forceRefresh) <- refreshItems(SettableFuture<List<Node>> future, boolean forceRefresh) <- refreshItems()
  2. In class ClusterNode, refreshItems() <- load(boolean forceRefresh).
    Here infinity loop happends.

@t-rufang t-rufang added this to the v3.17.0 milestone Dec 29, 2018
@t-rufang t-rufang changed the title Fix potentially infinity loop issue Fix potential infinity loop issue Dec 29, 2018
@t-rufang t-rufang merged commit 1145bbc into microsoft:develop Dec 29, 2018
@t-rufang
Copy link
Contributor Author

Fix #2567

@t-rufang t-rufang deleted the issue_2567 branch January 8, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants