1. 14 Jun, 2016 1 commit
    • Alejandro Sanchez's avatar
      Remove eligible_time field from jobcomp/elasticsearch. · fff59395
      Alejandro Sanchez authored
      Initially I wanted to record somehow the time a job has been in PD state
      until it actually starts. To do so, I derived an eligible_time field which
      was calculated as start_time - begin_time. This was not correct and a user
      of the plugin reported that if the job remained a lot of time in PD state
      the field underflowed. A more accurate approach would be calculating the
      field as start_time - eligible_time (the actual Slurm eligible_time).
      Since this field is not accessible within the log_record function which
      receives a job_record struct as parameter, I've decided to just remove this
      field from being logged.
      fff59395
  2. 13 Jun, 2016 5 commits
  3. 11 Jun, 2016 2 commits
  4. 10 Jun, 2016 14 commits
  5. 09 Jun, 2016 18 commits