This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-angular-19
in repository https://gitbox.apache.org/repos/asf/texera.git
from e05db13117 Merge branch 'main' into xinyuan-angular-19
add ef66190f22 fix: add missing context switches for repeated state
processing (#4424)
add 05b271c5cc feat(engine): add support for restarting regions (#4441)
add 09476b29ea Merge branch 'main' into xinyuan-angular-19
No new revisions were added by this update.
Summary of changes:
.../managers/tuple_processing_manager.py | 3 +-
.../main/python/core/runnables/data_processor.py | 1 +
amber/src/main/python/core/runnables/main_loop.py | 2 +
.../main/python/core/runnables/test_main_loop.py | 61 ++++++++++++++++++++++
.../architecture/common/AmberProcessor.scala | 5 +-
.../controller/execution/WorkflowExecution.scala | 14 +++++
.../messaginglayer/NetworkInputGateway.scala | 6 +++
.../messaginglayer/NetworkOutputGateway.scala | 6 +++
.../scheduling/RegionExecutionCoordinator.scala | 17 ++++--
.../scheduling/WorkflowExecutionCoordinator.scala | 8 ++-
.../amber/engine/common/rpc/AsyncRPCClient.scala | 8 ++-
.../control/utils/TrivialControlTester.scala | 14 +++--
.../messaginglayer/NetworkInputGatewaySpec.scala | 12 +++++
.../workflow/WorkflowExecutionsResourceSpec.scala | 40 ++++++++++++++
14 files changed, 180 insertions(+), 17 deletions(-)