You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "François Garillot (JIRA)" <ji...@apache.org> on 2015/07/14 13:15:04 UTC

[jira] [Comment Edited] (SPARK-8975) Implement a mechanism to send a new rate from the driver to the block generator

    [ https://issues.apache.org/jira/browse/SPARK-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625930#comment-14625930 ] 

François Garillot edited comment on SPARK-8975 at 7/14/15 11:14 AM:
--------------------------------------------------------------------

Typesafe PR : https://github.com/typesafehub/spark/pull/15/


was (Author: huitseeker):
Typesafe PR : https://github.com/typesafehub/spark/pull/15/files

> Implement a mechanism to send a new rate from the driver to the block generator
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-8975
>                 URL: https://issues.apache.org/jira/browse/SPARK-8975
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Streaming
>            Reporter: Iulian Dragos
>
> Full design doc [here|https://docs.google.com/document/d/1ls_g5fFmfbbSTIfQQpUxH56d0f3OksF567zwA00zK9E/edit?usp=sharing]
> - 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org