Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-1331

Graceful shutdown of Spark Streaming computation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.9.0
    • 1.0.0
    • DStreams
    • None

    Description

      Current version of StreamingContext.stop() directly kills all the data receivers (NetworkReceiver) without waiting for the data already received to be persisted and processed. Fixing this requires the following.
      1. Each receiver, when it gets a stop signal from the driver, should stop receiving, and then wait for all the received data to have been persisted and reported to the driver.
      2. The driver, after stopping all the receivers, should wait for all the received to be processed.

      Attachments

        Activity

          People

            tdas Tathagata Das
            tdas Tathagata Das
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: