-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broker reads manifests in an async way
It kicks off a job to read a manifest which sends the read digests back to the scheduler via its message queue. This is better than previously because it doesn't do IO in the scheduler. Local file IO isn't "blocking" in the traditional sense, but it can take a while sometimes. Also, if we want our manifests to live on some network backed cache, we will have to do real blocking in this path anyway.
- Loading branch information
Showing
2 changed files
with
276 additions
and
207 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
Oops, something went wrong.