Skip to content
Snippets Groups Projects
  • Cedric CAFFY's avatar
    32a5d881
    Corrected a race between the RecallTaskInjector and the TapeReadSingleThread · 32a5d881
    Cedric CAFFY authored
    If the RecallTaskInjector had to do RAO query that takes too much time, the TapeReadSingleThread could start its infinite loop with no Recall task in it,
    this would cause the stopping of the RecallTaskInjector. Thus, even if there are Retrieve jobs in the queue, as the RecallTaskInjector is stopped, the
    TapeReadSingleThread will not be feed with Read tasks and will terminate. The remaining jobs in the queue will trigger a new mount
    32a5d881
    History
    Corrected a race between the RecallTaskInjector and the TapeReadSingleThread
    Cedric CAFFY authored
    If the RecallTaskInjector had to do RAO query that takes too much time, the TapeReadSingleThread could start its infinite loop with no Recall task in it,
    this would cause the stopping of the RecallTaskInjector. Thus, even if there are Retrieve jobs in the queue, as the RecallTaskInjector is stopped, the
    TapeReadSingleThread will not be feed with Read tasks and will terminate. The remaining jobs in the queue will trigger a new mount