-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdbuf -oL tee #3
Comments
|
my.py.txt |
@Gldkslfmsd Hi, sorry for the late response. I have pushed a fix to the main branch, can you please confirm it works for you now? |
Hi,
|
I can't re-run the pipeline, it takes too much time to pull, restart the workers etc. I only looked at the code. |
Pushed another commit |
Hello,
I noticed that tee is missing stdbuf in the output. Then, the pipeline stucks with no error after some time. Sometimes shortly after beginning, sometimes later.
I'm attaching 2 pipeline.sh scripts:
FIXED.sh.txt -- this one is fixed. I edited it to insert stdbufs. It never stucks.
This is a wrong, current piplener output. Stucks after some time.
WRONG.pipeline.sh.txt
Also, there there has to be
stdbuf -o0
if the commands input and output is binary (it means 0 bytes buffer), andstdbuf -oL
if it is text (1 full line buffer).Maybe it would work with
-o0
anytime, but I'm not sure.The text was updated successfully, but these errors were encountered: