andresbeckruiz opened a new pull request, #349:
URL: https://github.com/apache/cassandra-sidecar/pull/349

   ### Changes
   
     - `OperationalJobInfo` interface: A read-only view of job state providing 
accessors for job data without exposing execution logic 
     - `OperationalJob` implements `OperationalJobInfo`
     - Read paths updated: `OperationalJobTracker`, `OperationalJobManager`, 
handlers, and utilities now operate on `OperationalJobInfo` instead of 
`OperationalJob`
     - Job submission separated from execution: 
`OperationalJobManager.trySubmitJob()` decouples registration from execution, 
enabling the future `DurableOperationalJobTracker` to persist job state before 
execution begins
     - Unit tests for `OperationalJobInfo`
     
     ### Future Work
   
     - CASSSIDECAR-374: Implement durable operational job tracker


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to