#7474 2018-12-31 drop in mirror stats
Closed: Fixed 5 years ago by smooge. Opened 5 years ago by mattdm.

  • Describe what you need us to do:

Check why mirror data drops off precipitously on 2018-12-31. For example, for F29:

2018-12-29,155531
2018-12-30,153385
2018-12-31,75610
  • When do you need this? (YYYY/MM/DD)

Need to be good by meetings at DevConf, but would prefer much sooner especially if there's a chance we're losing data.

  • When is this no longer needed or useful? (YYYY/MM/DD)

n/a

  • If we cannot complete your request, what is the impact?

even more blind than normal in terms of metrics :)


Problem is due to year rollover... the code from early 2018 says:

# Because the logs stop at 04:00 we can only get 24 hours from 6 days before. 
###
### FIXME: This breaks around the new year.
egrep "${OLDDATE}" ${WORKDIR}/out-${OLDYEAR} > ${TEMPDIR}/watched-day

Guess what I didn't fix :smile: . Data has been condenced and rerun.

Metadata Update from @smooge:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata