<div dir="ltr">That would make sense, but I never route multiple jobs to the same file for that very reason.  I checked and there are no duplicates.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 4, 2015 at 10:59 AM, Brad Jorsch (Anomie) <span dir="ltr"><<a href="mailto:bjorsch@wikimedia.org" target="_blank">bjorsch@wikimedia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class="">On Fri, Sep 4, 2015 at 10:50 AM, Maximilian Doerr <span dir="ltr"><<a href="mailto:maximilian.doerr@gmail.com" target="_blank">maximilian.doerr@gmail.com</a>></span> wrote:<br></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">When using the grid to run jobs and directing the output to an out file, after about an hour the file becomes really screwy.  Bits and pieces get duplicated and pasted around, and the log ultimately gets scrambled about, which defeats the purpose of the log file.  This kind of makes me want to move off of the grid, if it's costing me my logs.</div></blockquote><div><br></div></span><div>Are you directing the output from multiple concurrent jobs to the same file? If so, my first guess would be that the jobs aren't atomically appending log lines (I don't know if such atomic writes are even supported), so the writes from different jobs wind up being interleaved unexpectedly.<br></div></div></div></div>
<br>_______________________________________________<br>
Labs-l mailing list<br>
<a href="mailto:Labs-l@lists.wikimedia.org">Labs-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/labs-l" rel="noreferrer" target="_blank">https://lists.wikimedia.org/mailman/listinfo/labs-l</a><br>
<br></blockquote></div><br></div>