Page MenuHomePhabricator

Cirrus logs on stat1002 broken(?)
Closed, ResolvedPublic

Description

gunzip -c /a/mw-log/archive/CirrusSearchRequests.log-20150614.gz > test
gzip: /a/mw-log/archive/CirrusSearchRequests.log-20150614.gz: unexpected end of file

Am I just trying to read it in before it's completed downloading, and can solve for this merely by...well, adjusting the cron job timings? Or are these logs actually broken? I'm guessing more the former but it'd be good to get a confirmation because we have the presentation tomorrow, and until this is solved the failure dashboard doesn't update.

Event Timeline

Ironholds assigned this task to Manybubbles.
Ironholds raised the priority of this task from to Unbreak Now!.
Ironholds updated the task description. (Show Details)
Ironholds subscribed.

The file decompresses just fine on fluorine where it was created. The md5 of this file on fluorine is:

b51513063ebee4027d1c24c5580d83e2 CirrusSearchRequests.log-20150614.gz

The files are all marked as being created at 6:25am UTC, At what time are you pulling them over to stat1002? Since i don't have login i can't check very easily.

Aha, that'd do it. They're created on my machine at 8am. DOH.

(Now fixed the underlying cron job timing)