-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1080 from gravwell/main
Release Prep: Merge main to dev
- Loading branch information
Showing
13 changed files
with
84 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog for version 5.4.11 | ||
|
||
## Released 30 July 2024 | ||
|
||
## Gravwell | ||
|
||
```{note} | ||
This release contains high priority bug fixes for ingesters and search modules. | ||
Gravwell highly recommends that all users upgrade to 5.4.11 or above. | ||
``` | ||
|
||
### Additions | ||
|
||
* Added debug interfaces to most components to get stack traces and CPU/Memory profiles using the SIGUSR1 signal. | ||
* Added additional log on query completion that shows local disk usage which helps identify excessively expensive queries. | ||
* Added `-maxtracked` and `-maxsize` flags to the `first`, `last`, and `unique` modules to prevent unexpected resource exhaustion. | ||
* Improved internal logging around shard management. | ||
|
||
### Bug Fixes | ||
|
||
* Fixed an issue where an indexer could drop a file lock when repairing many shards. | ||
* Fixed an issue where multiple overlapping AX modules targeting multiple tags could provide incorrect acceleration hints. | ||
* Fixed an issue where the kits interface could sometimes show resources from other kits. | ||
|
||
## Ingester Changes | ||
|
||
### Additions | ||
|
||
* Improved health check API on HTTP ingester to indicate if the ingester would block on a request. | ||
* Improved resource utilization on the Federator and Indexer when servicing many clients. | ||
|
||
### Bug Fixes | ||
|
||
* Fixed an issue in the ingest library that can cause resource starvation when under extremely high load with many concurrent data flows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.