Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
vigneshshanmugam
left a comment
There was a problem hiding this comment.
Tested it on both 1.16.3 and 1.16.6 and the fix worked fine.
Just adding some details, the change here - https://github.com/elastic/beats/pull/27006/files#diff-ff3b342ecb17b567202603aa74535061cc20edd20bd8769a60c37525f9eed984R91 did not affect anything.
|
The fix made it into the 1.16.7 milestone. I wonder who is first, the milestone, or the next Beats release. |
|
Pinging @elastic/uptime (Team:Uptime) |
|
@Mergifyio backport 7.x |
|
@Mergifyio backport 7.14 |
|
@urso still backporting it to make sure 7.14.0 isn't broken |
Fixes #26205 Fixes deadlocks in heartbeat scheduler. No changelog needed because this bug only exists in go 1.16+ and v7.14.0 is the first affected beats version The underlying cause is a likely bug in golang, reported here by myself here: golang/go#47329 (cherry picked from commit 2f62e8f)
|
Command
|
Fixes #26205 Fixes deadlocks in heartbeat scheduler. No changelog needed because this bug only exists in go 1.16+ and v7.14.0 is the first affected beats version The underlying cause is a likely bug in golang, reported here by myself here: golang/go#47329 (cherry picked from commit 2f62e8f)
|
Command
|
Fixes #26205 Fixes deadlocks in heartbeat scheduler. No changelog needed because this bug only exists in go 1.16+ and v7.14.0 is the first affected beats version The underlying cause is a likely bug in golang, reported here by myself here: golang/go#47329 (cherry picked from commit 2f62e8f) Co-authored-by: Andrew Cholakian <andrew@andrewvc.com>
Fixes #26205 Fixes deadlocks in heartbeat scheduler. No changelog needed because this bug only exists in go 1.16+ and v7.14.0 is the first affected beats version The underlying cause is a likely bug in golang, reported here by myself here: golang/go#47329 (cherry picked from commit 2f62e8f) Co-authored-by: Andrew Cholakian <andrew@andrewvc.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
What does this PR do?
Fixes #26205
Fixes deadlocks in heartbeat scheduler.
No changelog needed because this bug only exists in go 1.16+ and v7.14.0 is the first affected beats version
The underlying cause is a likely bug in golang, reported here by myself here: golang/go#47329
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
Try replacing the
NewTimercall withResetper the inline comment and validate that the test goes red.