eugenegujing opened a new issue, #7607: URL: https://github.com/apache/texera/issues/7607
### Task Summary `amber/src/main/scala/org/apache/texera/amber/engine/architecture/coordinator/promisehandlers/WorkerStateUpdatedHandler.scala` is the coordinator handler for worker state reports: it derives the physical operator from the sender identity, finds the running region execution that owns that operator, applies the versioned state update to the worker execution, and broadcasts `ExecutionStatsUpdate` and `RuntimeStatisticsPersist`. The handler has no references in the test tree. The version-ordered state model it feeds was fixed and tested in #6011 (`WorkerExecution` has a spec), but the handler wiring itself is unpinned. ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
