Skip to content

[v3-0-test] Allow more empty loops before stopping log streaming (#52614)#52624

Merged
kaxil merged 1 commit intov3-0-testfrom
backport-97bbf3b-v3-0-test
Jul 2, 2025
Merged

[v3-0-test] Allow more empty loops before stopping log streaming (#52614)#52624
kaxil merged 1 commit intov3-0-testfrom
backport-97bbf3b-v3-0-test

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jul 1, 2025

In #50715 we starting short-circuiting if we hit 5 iterations of no new
log messages. This works well, except in the scenario where there are no
log messages at all. ES log handler has it's own short-circuit for that
scenario, but it triggers based on time and that works out to ~7
iterations. Let's let ES have the first crack at it so the user gets a
better message.
(cherry picked from commit 97bbf3b)

Co-authored-by: Jed Cunningham [email protected]
Co-authored-by: Rahul Vats [email protected]

)

In #50715 we starting short-circuiting if we hit 5 iterations of no new
log messages. This works well, except in the scenario where there are no
log messages at all. ES log handler has it's own short-circuit for that
scenario, but it triggers based on time and that works out to ~7
iterations. Let's let ES have the first crack at it so the user gets a
better message.
(cherry picked from commit 97bbf3b)

Co-authored-by: Jed Cunningham <[email protected]>
Co-authored-by: Rahul Vats <[email protected]>
@kaxil kaxil marked this pull request as ready for review July 2, 2025 11:35
@kaxil kaxil merged commit 5a81a75 into v3-0-test Jul 2, 2025
70 checks passed
@kaxil kaxil deleted the backport-97bbf3b-v3-0-test branch July 2, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants