Opened 4 years ago
Last modified 4 years ago
#3072 accepted defect
Hive tasks receive statelog updates from unauthorized slaves
Reported by: | jkarder | Owned by: | jkarder |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.17 |
Component: | Hive.Server | Version: | trunk |
Keywords: | Cc: |
Description
It is possible that two slaves are calculating the same task at the same time, e.g. when the first slave looses network connectivity, the task will be rescheduled on another slave. If after a while the first slave can reconnect to the Hive service, it is possible that this slave also updates statelog entries. This can cause the server to abort both calculations and result in an aborted task which is not rescheduled.
Change History (2)
comment:1 Changed 4 years ago by jkarder
- Milestone set to HeuristicLab 3.3.17
- Status changed from new to accepted
comment:2 Changed 4 years ago by jkarder
- Version set to trunk
Note: See
TracTickets for help on using
tickets.
r17575: fixed statelog updates