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

netty-unit-tests/test-batch demonstrates out-of-order delivery

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.10.0, 0.9.6
    • 0.9.6
    • storm-core
    • None

    Description

      backtype.storm.messaging.netty-unit-test/test-batch

      One example of output. Similar things happen sporadically and vary widely by number of failed assertions.

      Tuples are not just skewed, but actually seem to come in out-of-order.

      actual: (not (= "66040" "66041"))
      at: test_runner.clj:105

      expected: (= req_msg resp_msg)
      actual: (not (= "66041" "66042"))
      at: test_runner.clj:105

      expected: (= req_msg resp_msg)
      actual: (not (= "66042" "66040"))
      at: test_runner.clj:105

      Attachments

        Activity

          People

            knusbaum Kyle Nusbaum
            dagit Derek Dagit
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: