This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch port-based-workflow-exp in repository https://gitbox.apache.org/repos/asf/texera.git
commit 56fde499dc95caa5aa633a525e3cd978de7291ee Merge: ebc6ccbf64 ed08375a2e Author: Yicong Huang <[email protected]> AuthorDate: Sun Mar 1 21:24:43 2026 -0800 Merge remote-tracking branch 'origin/port-based-workflow-exp-staging' into port-based-workflow-exp core/amber/aggreagate_timestamp.py | 64 ++++++++++ core/amber/cpu_profiler.py | 92 +++++++++++++ core/amber/memory_profiler.py | 142 +++++++++++++++++++++ .../control/initialize_executor_handler.py | 55 +++++--- core/amber/src/main/python/core/models/operator.py | 3 + .../main/python/core/runnables/data_processor.py | 2 +- .../src/main/python/core/runnables/main_loop.py | 27 +++- .../resources/computing-unit-master-config.yml | 4 +- .../src/main/resources/python-worker-count.txt | 1 + core/amber/src/main/resources/udf.conf | 6 +- .../scheduling/RegionExecutionCoordinator.scala | 49 +++---- .../scheduling/config/WorkerConfig.scala | 34 ++++- .../resource/ComputingUnitManagingResource.scala | 6 + .../workflow-execution-history.component.ts | 21 ++- .../workflow-executions.service.ts | 12 +- core/gui/src/environments/environment.default.ts | 8 +- .../core/executor/JavaRuntimeCompilation.scala | 2 +- .../amber/operator/udf/java/JavaUDFOpDesc.scala | 6 +- deployment/computing-unit-master.dockerfile | 34 ++++- deployment/k8s/texera-helmchart/values.yaml | 4 + 20 files changed, 488 insertions(+), 84 deletions(-)
