ashb commented on issue #6799: [AIRFLOW-XXX] KubernetesPodOperator: fix _extract_xcom for larger json files URL: https://github.com/apache/airflow/pull/6799#issuecomment-565071141 I'm not sure that this will fix it -- when the `cat` process finishes the output buffer will be flushed. So if we're getting partial output it means we aren't waiting for the cat process to finish, or not reading the stream to completion. I don't think disabling buffering on cat will ultimately fix it?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
