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)