ashb commented on issue #19376: URL: https://github.com/apache/airflow/issues/19376#issuecomment-990140553
K, so I think the problem is that the subprocess can't re-open the log file to write logs to it, and the downside to `--interactive` is that we get `INFO - Job 192: Subtask run_this_as_nobody` prefixed on everyline. Could you try adding the log file to the `sudo chown` invocatoin (and `chown` it back at the end!)? For now just hack in a hard coded file and see if that fixes the problem, and if it does I can direct you on how to get the correct filename. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
