Skip to content

Restore trigger logging - #29482

Merged
dstandish merged 2 commits into
apache:mainfrom
astronomer:restore-trigger-logging
Feb 12, 2023
Merged

Restore trigger logging#29482
dstandish merged 2 commits into
apache:mainfrom
astronomer:restore-trigger-logging

Conversation

@dstandish

@dstandishdstandish commented Feb 12, 2023

Copy link
Copy Markdown
Contributor

Restores trigger logging PR #27758 which was reverted (#29472) due to CI problems.

See commit 5e8aed9 for the fix.

@boring-cyborgboring-cyborgBot added area:API Airflow's REST/HTTP API area:CLI provider:cncf-kubernetes Kubernetes (k8s) provider related issues area:logging area:providers area:Scheduler including HA (high availability) scheduler area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues provider:amazon AWS/Amazon - related issues provider:microsoft-azure Azure-related issues provider:google Google (including GCP) related issues labels Feb 12, 2023
@dstandishdstandish changed the title WIP - Restore trigger loggingRestore trigger loggingFeb 12, 2023
@dstandish
dstandish marked this pull request as ready for review February 12, 2023 03:41
@dstandish
dstandish merged commit f9e9d23 into apache:mainFeb 12, 2023
@dstandish
dstandish deleted the restore-trigger-logging branch February 12, 2023 05:14
@potiuk

Copy link
Copy Markdown
Member

Ah.. Nice catch @dstandish :)

@pierrejeambrunpierrejeambrun added this to the Airflow 2.6.0 milestone Feb 27, 2023
@pierrejeambrunpierrejeambrun added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Feb 27, 2023
potiuk added a commit to potiuk/airflow that referenced this pull request May 23, 2023
After apache#29482 triggerer logs are not printed directly to the
stdout, but they are queued in memory and written by a separate
thread. This causes a slight flakiness in case of CI tests
for test_trigger_job - especially on MSSQL.
This simple workaround should give more time to the logs to
propgate during the test
potiuk added a commit that referenced this pull request May 23, 2023
After #29482 triggerer logs are not printed directly to the
stdout, but they are queued in memory and written by a separate
thread. This causes a slight flakiness in case of CI tests
for test_trigger_job - especially on MSSQL.
This simple workaround should give more time to the logs to
propgate during the test
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:APIAirflow's REST/HTTP APIarea:CLIarea:loggingarea:providersarea:Schedulerincluding HA (high availability) schedulerarea:UIRelated to UI/UX. For Frontend Developers.area:webserverWebserver related Issueschangelog:skipChanges that should be skipped from the changelog (CI, tests, etc..)provider:amazonAWS/Amazon - related issuesprovider:cncf-kubernetesKubernetes (k8s) provider related issuesprovider:googleGoogle (including GCP) related issuesprovider:microsoft-azureAzure-related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dstandish@potiuk@XD-DENG@pierrejeambrun