-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused RPCs and disable reconfiguration (#2970)
As discussed in #2950, we plan to remove obsolete RPCs and reconfiguration-related RPCs in this PR. We will bring reconfiguration back after #2950. Removed: 1. QueryCurrentInputTuple. 2. ShutdownDPThread. Disabled, will be added later: 1. Reconfiguration. 2. UpdateExecutor. 3. UpdateMultipleExecutors.
- Loading branch information
1 parent
1756d81
commit a2aaf66
Showing
15 changed files
with
45 additions
and
312 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
53 changes: 0 additions & 53 deletions
53
...edu/uci/ics/amber/engine/architecture/controller/promisehandlers/ModifyLogicHandler.scala
This file was deleted.
Oops, something went wrong.
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
35 changes: 0 additions & 35 deletions
35
...edu/uci/ics/amber/engine/architecture/controller/promisehandlers/ReconfigureHandler.scala
This file was deleted.
Oops, something went wrong.
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
18 changes: 0 additions & 18 deletions
18
.../ics/amber/engine/architecture/worker/promisehandlers/QueryCurrentInputTupleHandler.scala
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...du/uci/ics/amber/engine/architecture/worker/promisehandlers/ShutdownDPThreadHandler.scala
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
.../edu/uci/ics/amber/engine/architecture/worker/promisehandlers/UpdateExecutorHandler.scala
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...scala/edu/uci/ics/texera/web/model/websocket/event/OperatorCurrentTuplesUpdateEvent.scala
This file was deleted.
Oops, something went wrong.
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.