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

Streams Simple Benchmark MB/sec calculation is not correct for Join operations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.11.0.0
    • 0.11.0.0
    • streams
    • None

    Description

      When benchmarking join operations via the SimpleBenchmark we produce 2 * numRecords, i.e, numRecords to topic1 and numRecords to topic2.
      The CountDownLatch in the foreach keeps processing until it has received numRecords. As this is the numRecords produced from the join, the size of each record will either be VALUE_SIZE or 2 * VALUE_SIZE. The MB/s calculation doesn't take this into account.

      Attachments

        Issue Links

          Activity

            People

              enothereska Eno Thereska
              damianguy Damian Guy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: