Humio Server 1.4.5 Archive (2019-02-27)
Version? | Type? | Release Date? | Availability? | End of Support | Security Updates | Upgrades From? | Config. Changes? |
---|---|---|---|---|---|---|---|
1.4.5 | Archive | 2019-02-27 | Cloud | 2020-11-30 | No | 1.3.2 | No |
Available for download two days after release.
JAR Checksum | Value |
---|---|
MD5 | a40c7e599b3e4fafc887ef8712552f70 |
SHA1 | 61f99d83c67f6a8d993f5bb13ca5f59887f85358 |
SHA256 | 5af2499bd32943ccdc3377b609b244ebf87c32e5c4d4d2c632dc2e7ee1921c3f |
SHA512 | 21f1a835d97f96347b0480b3a9b122cf7ff2a6e2cab7ad0a47b00d8b36ba3a24dafd78d34ee2404659388bbbf319ca066ce47cee7aa2048037fd03a475324c3f |
Bug Fix Release
Fixed in this release
Summary
Many background tasks now get executed only on hosts with segment storage partitions assigned, and the hosts use the storage partition assignments as the key to decide which hosts must execute the tasks, thus freeing up resources on the other hosts.
Shutdown of digest had a timeout of 10 seconds internally, which could lead to being dropped too soon while shutting down or restarting. This could result in ingest lag rising to over .0 seconds, where the expected lag is the time from the shutdown is initiated until a fe seconds after the new instance is started. There is a new config
SHUTDOWN_ABORT_FLUSH_TIMEOUT_MILLIS
which defaults to .0.0 millis (5 minutes) to allow proper shutdown also on systems with many datasources or slow filesystems / disks.Timechart in "steps mode" now displays the the the right of the label instead of to the left, which matches the fact that the labels are the start time.
NODE_ROLES
being applied in more background tasks.