You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2019/02/17 11:21:00 UTC

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

Ismael Juma created KAFKA-7935:
----------------------------------

             Summary: 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
    Affects Versions: 2.1.1, 2.1.0
            Reporter: Ismael Juma
            Assignee: Ismael Juma
             Fix For: 2.1.2, 2.2.0


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)