hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.72k stars 505 forks source link

Tailing stop bug fix #99

Closed arunmathew88 closed 7 years ago

arunmathew88 commented 8 years ago

Fix for Issue #98 and Issue #97, which causes tailing to stop at times.

cheesestraws commented 8 years ago

I've been running this patch for a few days and it certainly seems to fix my issue #94

(Please excuse my lag on this, I completely missed this patch until recently!)

arunmathew88 commented 8 years ago

Thanks Rob, I've not got any communication from the hpcloud authors/moderators regarding merging the pull request yet.

On 07-Sep-2016 7:54 PM, "Rob Mitchelmore" notifications@github.com wrote:

I've been running this patch for a few days and it certainly seems to fix my issue #94 https://github.com/hpcloud/tail/issues/94

arunmathew88 commented 7 years ago

@Nino-K or other admins, any update on this?

arunmathew88 commented 7 years ago

The issue corresponding to the fix can be reproduced by tailing a log file which is logrotated (renamed and recreated) frequently.

TerraTech commented 7 years ago

@Nino-K can we get this merged please? Thanks!

Nino-K commented 7 years ago

@arunmathew88 Thanks for your contribution, it's merged now.

arunmathew88 commented 7 years ago

@Nino-K Thanks for the merge.