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

[Distributed] Timeout when direct path takes too long #4251

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

xlqian
Copy link
Member

@xlqian xlqian commented Mar 26, 2024

In Distributed, the direct path is the very first step performed by the algorithm and the process will NOT carry on until this step finishes. In cases where a VERY long direct path is required, serval hundreds of ms may elapse before Distributed could keep on.

The idea here is not to wait too long in the sections where the direct path is dispensable.

The chosen default timeout(100ms) is wholly empirical.

@xlqian xlqian requested review from azime and pbench March 26, 2024 16:48
@xlqian xlqian changed the title timeout when direct path is too long [Distributed] Timeout when direct path takes long Mar 26, 2024
Copy link

sonarcloud bot commented Mar 26, 2024

@xlqian xlqian changed the title [Distributed] Timeout when direct path takes long [Distributed] Timeout when direct path takes too long Mar 27, 2024
@xlqian xlqian merged commit 1aa4a91 into dev Apr 5, 2024
9 checks passed
@xlqian xlqian deleted the timeout_when_direct_path_is_too_long branch April 5, 2024 07:22
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.

None yet

3 participants