-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an ETS-based queue for assigning files to transport senders
Summary: Instead of instructing senders to send specific files, use an ETS table as a queue listing the remaining files in an ongoing transport. Transport senders will be notified of the new transport and remove files from the queue. This avoids a failure scenario where a stuck sender causes files to be dropped from a transport. Reviewed By: jaher Differential Revision: D65612901 fbshipit-source-id: 896c210d5fb585fbaf211b85c535b49066537bbe
- Loading branch information
1 parent
dfc2575
commit de1e10f
Showing
3 changed files
with
106 additions
and
69 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
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