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

Re-evaluate the CRC32 class performance.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.9.0.0
    • None
    • None
    • None

    Description

      We used org.apache.kafka.common.utils.CRC32 in clients because it has better performance than java.util.zip.CRC32 in Java 1.6.

      In a recent test I ran it looks in Java 1.8 the CRC32 class is 2x as fast as the Crc32 class we are using now. We may want to re-evaluate the performance of Crc32 class and see it makes sense to simply use java CRC32 instead.

      Attachments

        Issue Links

          Activity

            People

              becket_qin Jiangjie Qin
              becket_qin Jiangjie Qin
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: