-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LocalExchangeSource timeout (#8101)
Summary: Timeout can happen concurrently with the data callback from the output buffer manager. Only one of these must happen. These are not naturally serialized because these do not realize the same promise and do all kinds of other actions in addition to the promise. Overlap of timeout and data makes exchange fuzzer flaky. Pull Request resolved: #8101 Reviewed By: Yuhta Differential Revision: D52287073 Pulled By: oerling fbshipit-source-id: 3c82d66d1b187b4c98ac2a1b8b26bd81461c9325
- Loading branch information
1 parent
8321b3e
commit 7376fb2
Showing
2 changed files
with
110 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters