Humio Server 1.30.1 Stable (2021-10-01)
Version | Type | Release Date | End of Support | Upgrades From | JDK Compatibility | Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|
1.30.1 | Stable | 2021-10-01 | 2022-10-01 | 1.16.0 | 11 | No | Yes |
JAR Checksum | Value |
---|---|
MD5 | 790fc08715648deadf23b204f6e77cc9 |
SHA1 | 85ea236e0abbaf29740e7288d7cefeb2b1069260 |
SHA256 | e4f8dcc73fbeaa5dcc7d68aa6a972e3ab5ccbb66848c189743b2f50b8bcea832 |
SHA512 | 963ec5f550f5b496b08c9025e3fa9ed08c563e4270973092a4a1944a05bd79192316f3324d9a58e78dd014c2119ab389c1d6c566ef395b73c4df96f6d216e2c2 |
Download: https://repo.humio.com/repository/maven-releases/com/humio/server/1.30.1/server-1.30.1.tar.gz
Fixes Humio ignoring MatchExceptions, the frequency of jobs
which delete segment files, problems with
USING_EPHEMERAL_DISKS
, and upgrades Kafka and
xmlsec addresses.
Bug Fixes
Security
Upgrade Kafka and xmlsec to address CVE-2021-38153 and CVE-2021-38153.
Other
Fixed an issue where the job responsible for deleting segment files off nodes was not running as often as expected.
On a node configured as
USING_EPHEMERAL_DISKS=true
allow the local disk management deleting files even if a query may need them later, as the system is able to re-fetch the files from bucket storage when required. This improves the situation when there are active queries that in total have requested access to more segments than the local disk can hold.Fixed an issue where the job responsible for deleting segment files off nodes was not deleting as many segments as it should.
Fixed an issue causing Humio to log MatchExceptions from the calculateStartPoint method.