GitHub user harishreedharan opened a pull request:

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

    [SPARK-3154][STREAMING] Make FlumePollingInputDStream shutdown cleaner.

    Currently lot of errors get thrown from Avro IPC layer when the dstream
    or sink is shutdown. This PR cleans it up. Some refactoring is done in the
    receiver code to put all of the RPC code into a single Try and just recover
    from that. The sink code has also been cleaned up.

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

    $ git pull https://github.com/harishreedharan/spark clean-flume-shutdown

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

    https://github.com/apache/spark/pull/2065.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 #2065
    
----
commit ed608c8fd620cd9d15c57666fbacdffa61c29dbf
Author: Hari Shreedharan <[email protected]>
Date:   2014-08-20T19:31:30Z

    [SPARK-3154][STREAMING] Make FlumePollingInputDStream shutdown cleaner.
    
    Currently lot of errors get thrown from Avro IPC layer when the dstream
    or sink is shutdown. This PR cleans it up. Some refactoring is done in the
    receiver code to put all of the RPC code into a single Try and just recover
    from that. The sink code has also been cleaned up.

----


---
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