Yicong-Huang opened a new issue, #6121: URL: https://github.com/apache/texera/issues/6121
### Task Summary Rename the two region-scheduling classes so the "Coordinator" name is freed up for the upcoming Controller → Coordinator rename (tracked separately): | Current | New | | --- | --- | | `WorkflowExecutionCoordinator` | `WorkflowExecutionManager` | | `RegionExecutionCoordinator` | `RegionExecutionManager` | The Manager suffix matches the `WorkflowExecution` / `RegionExecution` state objects each class owns and drives, and follows existing precedent (`GlobalReplayManager`, `OutputManager`). Pure rename: classes, variables, specs, and comments; no behavior change. ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] 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]
