Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-7398 Add back-pressure to Spark Streaming (umbrella JIRA)
  3. SPARK-8975

Implement a mechanism to send a new rate from the driver to the block generator

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • DStreams
    • None

    Description

      Full design doc here

      • Add a new message, RateUpdate(newRate: Long) that ReceiverSupervisor handles in its endpoint
      • Add a new method to ReceiverTracker
        def sendRateUpdate(streamId: Int, newRate: Long): Unit
        this method sends an asynchronous RateUpdate message to the receiver supervisor corresponding to streamId
      • update the rate in the corresponding block generator.

      Attachments

        Issue Links

          Activity

            People

              dragos Dragos Dascalita Haut
              dragos Dragos Dascalita Haut
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: