Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
    • 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. Jun 13, 2016
  3. Jun 11, 2016
  4. Jun 10, 2016
  5. Jun 09, 2016
Loading