KAFKA-12921: Upgrade zstd-jni to 1.5.0-2 (#10847)

This PR aims to upgrade `zstd-jni` from `1.4.9-1` to `1.5.0-2`.

This change will incorporate a number of bug fixes and performance improvements made in `1.5.0` of `zstd`:
- https://github.com/facebook/zstd/releases/tag/v1.5.0
- https://github.com/luben/zstd-jni/releases/tag/v1.5.0-1
- https://github.com/luben/zstd-jni/releases/tag/v1.5.0-2

The most recent `1.5.0` release offers +25%-140% (compression) and +15% (decompression) performance
improvements under certain conditions. Those conditions are unlikely to apply to Kafka with the default
configuration, however.

Since this is a dependency change, this should pass all the existing CIs.

Reviewers: Lee Dongjin <dongjin@apache.org>, Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
David Christle 2021-06-13 11:14:24 -05:00 committed by GitHub
parent 530224e4fe
commit 39b9df5090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ versions += [
spotbugs: "4.2.2",
zinc: "1.3.5",
zookeeper: "3.5.9",
zstd: "1.4.9-1"
zstd: "1.5.0-2"
]
libs += [
activation: "javax.activation:activation:$versions.activation",