-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(streaming): use multiple dispatcher for mview creation (#3758)
* move mutation and barrier to stream_plan.proto Signed-off-by: Bugen Zhao <i@bugenzhao.com> * add dispatcher when creating mview Signed-off-by: Bugen Zhao <i@bugenzhao.com> * from to proto of add dispatcher Signed-off-by: Bugen Zhao <i@bugenzhao.com> * put actor info to shared context Signed-off-by: Bugen Zhao <i@bugenzhao.com> * add dispatcher on compute node Signed-off-by: Bugen Zhao <i@bugenzhao.com> * clean up empty dispatcher Signed-off-by: Bugen Zhao <i@bugenzhao.com> * cleanup Signed-off-by: Bugen Zhao <i@bugenzhao.com> * fix clippy Signed-off-by: Bugen Zhao <i@bugenzhao.com> * fix tests Signed-off-by: Bugen Zhao <i@bugenzhao.com> * use add dispatcher for source executor Signed-off-by: Bugen Zhao <i@bugenzhao.com> * rename dispatch to dispatcher Signed-off-by: Bugen Zhao <i@bugenzhao.com> * add comments Signed-off-by: Bugen Zhao <i@bugenzhao.com> * fix unique dispatcher id Signed-off-by: Bugen Zhao <i@bugenzhao.com> * fix it Signed-off-by: Bugen Zhao <i@bugenzhao.com> * use expect dead code Signed-off-by: Bugen Zhao <i@bugenzhao.com>
- Loading branch information
Showing
18 changed files
with
420 additions
and
297 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
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
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
Oops, something went wrong.