-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactoring of the control plane. The two internal actors are replaced by two internal states. Their execution is not concurrent anymore, but we the code and the flow is simplified and we avoid some race conditions. The control plane is not getting the update notify signal through the broker anymore. The Notify RPC is entirely removed. Most of the test in the indexer scheduler become Control plane tests. * Removing RefreshPlan loop. The RefreshPlan loop is not necessary since after we moved to the control plane as a metastore proxy world, the control plan cannot miss any Index/Source event.
- Loading branch information
1 parent
4fc31e5
commit 5699660
Showing
2 changed files
with
13 additions
and
39 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