The GitHub Actions job "Tests (AMD)" on airflow.git/fix/java-sdk-log-level has 
succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
c4e9487d5f8006daafd1d24fa7bf5adc10e478d3 / LIU ZHE YOU <[email protected]>
Fix Java SDK dropping task logs emitted during execution

The logs socket was wrapped in use{}, which closed it as soon as
LogSender.configure() returned. Logs produced later while the task ran
then hit a closed channel, were buffered, and were lost at process
exit, so the UI showed no application logs for Java tasks. Keep the
socket open until the comm job completes so they are flushed.

Report URL: https://github.com/apache/airflow/actions/runs/27741422651

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to