Liu Haifeng wrote: > I got this resolved, it's a bug in my java code. I didn't close the error > stream, which means tail's stderr was piped to the java program too. I did not > consume any error output, and after a month the stderr buffer got full, that > caused tail to block.
Thanks for the follow-up.
