Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7935

UNSUPPORTED_COMPRESSION_TYPE if ReplicaManager.getLogConfig returns None

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.1.0, 2.1.1
    • 2.2.0, 2.1.2
    • core
    • None

    Description

      When adding zstd support, the following check was added:

      if (logConfig.forall(_.compressionType == ZStdCompressionCodec.name) && versionId < 10) {

      Instead of `forall`, it should have been `exists`.

      Attachments

        Issue Links

          Activity

            People

              ijuma Ismael Juma
              ijuma Ismael Juma
              Rajini Sivaram Rajini Sivaram
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: