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

ProducerSendThread calls ListBuffer.size a whole bunch. That is a O(n) operation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 0.7.1, 0.7.2, 0.8.0
    • None
    • core
    • None
    • NA

    Description

      So there are various statements throughout the async code that call 'events.size', mostly for debugging purposes.
      Problem is that this call is O, so it could add up if the batch size is high. (it's a ListBuffer)

      I see this in at least ProducerSendThread, likely more. Will factor this out myself soon when I start hacking on the project, just wanted to put this somewhere.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rathboma Matthew Rathbone
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: