Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.7](backport #35474) winlogbeat: allow termination while attempting…
… to open channels (#35491) * winlogbeat: allow termination while attempting to open channels (#35474) Currently, if winlogbeat is attempting to open a channel that is not available because it is not found or there is a recoverable error, it will loop and retry. Since signals have been sent to notification handlers by this point, cancellation of the loop is not possible without agreement. So add a cancellation select at the head of the retry loop to allow termination. (cherry picked from commit a927de0) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
- Loading branch information