Yicong-Huang opened a new issue, #6122:
URL: https://github.com/apache/texera/issues/6122

   ### Task Summary
   
   Rename the Amber master actor from **Controller** to **Coordinator** 
everywhere, so the name reflects its coordinating role:
   
   ```
   Coordinator (was Controller)
    ├─ WorkflowScheduler         (generates the schedule)
    └─ WorkflowExecutionManager  (drives execution, was *Coordinator; see #6121)
   ```
   
   Scope: Scala package `architecture.controller` → `architecture.coordinator` 
and its classes (`Controller`, `ControllerProcessor`, `ControllerConfig`, ...); 
gRPC proto (`ControllerService`, `ControllerInitiateQueryStatistics`) with 
regenerated Scala/Python bindings; Python runtime (`controller_interface`, 
stubs); the `CONTROLLER` ActorVirtualIdentity constant; `PreferController` 
location preference; comments and tests. Blocked by #6121, which frees the 
Coordinator name.
   
   ### 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]

Reply via email to