Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-1539

Improve Storm ACK-ing performance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • 1.0.0
    • None
    • None

    Description

      Profiling a simple speed of light topology, shows that a good chunk of time of the SpoutOutputCollector.emit() is spent in the clojure reduce() function.. which is part of the ACK-ing logic.

      Re-implementing this reduce() logic in java gives a big performance boost in both in the Spout.nextTuple() and Bolt.execute()

      Attachments

        1. before.png
          237 kB
          Roshan Naik
        2. after.png
          215 kB
          Roshan Naik

        Activity

          People

            roshan_naik Roshan Naik
            roshan_naik Roshan Naik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: