-
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
[7.17](backport #39392) [Bug] fix high IO after sudden filebeat stop (#35893) #39795
Merged
Commits on Jun 4, 2024
-
Fix high IO after sudden filebeat stop (#35893) (#39392)
In case of corrupted log file (which has good chances to happen in case of sudden unclean system shutdown), we set a flag which causes us to checkpoint immediately, but never do anything else besides that. This causes Filebeat to just checkpoint on each log operation (therefore causing a high IO load on the server and also causing Filebeat to fall behind). This change resets the logInvalid flag after a successful checkpointing. Co-authored-by: Tiago Queiroz <[email protected]> (cherry picked from commit 217f5a6) # Conflicts: # libbeat/statestore/backend/memlog/diskstore.go
Configuration menu - View commit details
-
Copy full SHA for 0fdbb22 - Browse repository at this point
Copy the full SHA 0fdbb22View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 429d341 - Browse repository at this point
Copy the full SHA 429d341View commit details -
Fix lint warning without changing behaviour, all errors that were not handled are only logged.
Configuration menu - View commit details
-
Copy full SHA for 38119b8 - Browse repository at this point
Copy the full SHA 38119b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ad844 - Browse repository at this point
Copy the full SHA 20ad844View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e7dafd - Browse repository at this point
Copy the full SHA 6e7dafdView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c151f10 - Browse repository at this point
Copy the full SHA c151f10View commit details -
Update deprecated Kubernets API and improve error reporting
This commit improves error reporting in Go integration tests, when a module fails, its name and error are collected and printed at the end. The deprecated `batch/v1beta1` is replaced by `batch/v1` in Kubernetes manifests.
Configuration menu - View commit details
-
Copy full SHA for 0cf9cd1 - Browse repository at this point
Copy the full SHA 0cf9cd1View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbb1c21 - Browse repository at this point
Copy the full SHA bbb1c21View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94650a9 - Browse repository at this point
Copy the full SHA 94650a9View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a089708 - Browse repository at this point
Copy the full SHA a089708View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.