Opened 7 years ago
Closed 7 years ago
#2833 closed defect (done)
Hive service does not reschedule tasks
Reported by: | jkarder | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Hive.Server | Version: | 3.3.14 |
Keywords: | Cc: |
Description
A slave pauses a task for three reasons:
- A user requests to pause the task
- The slave checkpoints the task
- The slave reaches a scheduled downtime
The service determines whether or not the task has to be rescheduled, i.e. its state has to be set to Waiting instead of Paused, but this does not work.
Change History (5)
comment:1 Changed 7 years ago by jkarder
- Owner set to jkarder
- Status changed from new to accepted
comment:2 Changed 7 years ago by jkarder
comment:3 Changed 7 years ago by jkarder
- Owner changed from jkarder to pfleck
- Status changed from accepted to reviewing
comment:4 Changed 7 years ago by pfleck
- Owner changed from pfleck to jkarder
- Status changed from reviewing to readytorelease
reviewed and tested r15358: ok, works
comment:5 Changed 7 years ago by jkarder
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15358: fixed condition in HiveService.UpdateTaskState