Uh oh!
There was an error while loading. Please reload this page.
Remove tenacity on KPO logs inner func consume_logs - #35504
Conversation
There are many overlapping layers and strategies of retrying in this area of code. It appears this particular layer may be unnecessary. See discussion starting at apache#31622 (comment).
There are many overlapping layers and strategies of retrying in this area of code. It appears this particular layer may be unnecessary. See discussion starting at apache#31622 (comment).
o-nikolas
commented
Jan 4, 2024
Unfortunately we're seeing periodic failures in our fargate system tests (see the original PR for more explanation here) after this retry was removed. @dstandish are you very opposed to my adding it back in? |
dstandish
commented
Jan 4, 2024
Could you share the traceback? |
o-nikolas
commented
Jan 8, 2024
Sorry this took so long @dstandish! You can see the traceback that we see in the tests (for which Vincent's retry resolved and are now back). There is also some other diagnostic info from the logs included: |
dstandish
commented
Jan 10, 2024
Sorry, which tests? Thanks for posting the traceback i'll have a look |
dstandish
commented
Jan 10, 2024
Hmm I see, looking at the traceback, that the error is raised from |
vincbeck
commented
Jan 10, 2024
Very good point! Yes I concur, we should try first to increase the number of attempts to see if it solves the issues |
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache#35504
We're still seeing issues in kubernetes based system tests. See context and discussions here: #35504
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
We're still seeing issues in kubernetes based system tests. See context and discussions here: apache/airflow#35504 GitOrigin-RevId: d78a114aa05bee0e02a09a43056827a03180844a
There are many overlapping layers and strategies of retrying in this area of code. It appears this particular layer may be unnecessary. See discussion starting at #31622 (comment).