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

Netty Client.java's flushMessages produces a NullPointerException

    XMLWordPrintableJSON

Details

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

    Description

      STORM-763 replaced `return batch != null && !batch.isEmpty();` with `if(batch.isEmpty())`... which means that if batch == null, a NullPointerException is thrown. Problem is, batch is often null, which means that 763 made Storm unusable...

      Attachments

        Issue Links

          Activity

            People

              BaconSeason Michael Schonfeld
              BaconSeason Michael Schonfeld
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: