1. 22 Apr, 2016 1 commit
  2. 21 Apr, 2016 9 commits
  3. 20 Apr, 2016 7 commits
  4. 16 Apr, 2016 1 commit
    • Morris Jette's avatar
      Fix race condtion in a test · 0cbeddda
      Morris Jette authored
      The test was sensitive with respect to a batch step starting before
        requeuing the job. The batch step accounting record either appeared
        in the accounting records or did not depending upon timing. A sleep
        has been added after the job enters RUNNING state to make sure the
        batch steps starts and an accounting records is generated for it.
      0cbeddda
  5. 15 Apr, 2016 21 commits
  6. 14 Apr, 2016 1 commit
    • Tim Wickberg's avatar
      file_bcast - add read/write locking to file transfer list · 0575fcb4
      Tim Wickberg authored
      Timeout stalled transfers and cleanup related data structures. Default
      to wait five minutes since last update. Hook onto registration/ping message
      type to trigger cleanup in a minimally invasive manner.
      
      While here restructure certain functions to use list_* functions
      rather than iterate on the structures.
      0575fcb4