-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-pick #21385 to 7.x: [libbeat] Fix position writing in the disk queue #21395
Conversation
(cherry picked from commit bb84f3f)
Pinging @elastic/integrations (Team:Integrations) |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #21385 to 7.x branch. Original message:
Despite appearances,
binary.Write
can't acceptinterface{}
-wrapped parameters. This PR switches back to manual sequencing for the serialization.