You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/02/17 19:25:00 UTC

[jira] [Updated] (KAFKA-7935) UNSUPPORTED_COMPRESSION_TYPE if ReplicaManager.getLogConfig returns None

     [ https://issues.apache.org/jira/browse/KAFKA-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated KAFKA-7935:
-----------------------------------
    Component/s: core

> UNSUPPORTED_COMPRESSION_TYPE if ReplicaManager.getLogConfig returns None
> ------------------------------------------------------------------------
>
>                 Key: KAFKA-7935
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7935
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.1.0, 2.1.1
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>            Priority: Critical
>             Fix For: 2.2.0, 2.1.2
>
>
> When adding zstd support, the following check was added:
> {quote}if (logConfig.forall(_.compressionType == ZStdCompressionCodec.name) && versionId < 10) {
> {quote}
> Instead of `forall`, it should have been `exists`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)