GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/6294

    Pr4467

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark pr4467

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6294.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6294
    
----
commit 77983f35c634083d5a0398bd86f6f594221bba7a
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-02-09T07:43:18Z

    Add tracker status and stop to receive messages when stopping tracker.

commit ae0d9fd08caac2a602d3809998c78d1045172313
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-02-11T04:23:35Z

    Merge branch 'master' into tracker_status_timeout

commit 3d568e8ecac5ef53a96ae463e496cf51813eedfd
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-02-11T04:26:40Z

    Let receivers get registered first before going started.

commit 355f9ce34cb0d01048b15c96d5028fb291604286
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-02-11T06:19:43Z

    Separate register and start events for receivers.

commit 9e1a760f8920aafab6aa5fc42d4ffda5fb1c3e5e
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-04-07T07:29:28Z

    Merge remote-tracking branch 'upstream/master' into tracker_status_timeout
    
    Conflicts:
        
streaming/src/main/scala/org/apache/spark/streaming/receiver/ReceiverSupervisor.scala
        
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala

commit c419677c97d3c9cbe87540353c8df196fde7ecc0
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-04-07T07:40:25Z

    Fix style.

commit 34c18dc5a21107cf40d837fa0017aa1c339dc5c9
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-05-05T10:16:51Z

    Merge remote-tracking branch 'upstream/master' into tracker_status_timeout
    
    Conflicts:
        
streaming/src/main/scala/org/apache/spark/streaming/scheduler/ReceiverTracker.scala

commit 19b76d954378dcddfa751ffa19ec4edd61769f6c
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-05-10T14:53:24Z

    Remove timeout.

commit e0ef72a862c1badcd225df634e25822177b433d9
Author: Liang-Chi Hsieh <[email protected]>
Date:   2015-05-10T14:53:51Z

    Merge remote-tracking branch 'upstream/master' into tracker_status_timeout

commit d5a176799902b27c7015b079479fffd054363d73
Author: zsxwing <[email protected]>
Date:   2015-05-20T19:54:44Z

    Use a lock to eliminate the race condition when stopping receivers and 
registering receivers happen at the same time.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to