Humio Server 1.14.3 Stable (2020-09-24)
Version | Type | Release Date | Availability | End of Support | Security Updates | Upgrades From | JDK Compatibility | Req. Data Migration | Config. Changes |
---|---|---|---|---|---|---|---|---|---|
1.14.3 | Stable | 2020-09-24 | Cloud, On-Prem | 2021-09-24 | No | 1.12.0 | 11 | No | No |
JAR Checksum | Value |
---|---|
MD5 | 98d17b3fcca4f158e5cfe0c7d95d0ac7 |
SHA1 | 57dd7e54bc414213de946119b102d6612cd0f7a1 |
SHA256 | 661b21efd3128da29f20d987cd6d9e89541bdfacd8e0391a99bef5ba3255d7ba |
SHA512 | 7ccf6574c4da5a92975029236e762713be319c09032f066d28473ded25462d39e446ed402fa6463f8172077e05f9d91cd224c6d3a9ad3de5876fdd472bae8c0d |
Bug Fixes and Improved Query Scheduling
Bug Fixes
Summary
Add logging to detect issues when truncating finished files.
Improve handling of sub-queries polling state from the main query when using
join()
.Fixed an issue where a slow data stream could cause Humio to retain more data in Kafka than necessary, as well as cause a restarted Humio node to reprocess too much data.
Changed the query scheduling to account for the work of the overall query, rather than per job started. This allows fairer scheduling of queries hitting many dataspaces e.g. when using search-all.
Improve naming of threads to get more usable thread dumps.
Fix missing cache update when deleting a view.
Change priorities when fetching segments to a node which have been offline for a longer period. This avoids waiting too long before the cluster becomes fully synced.