GitHub user uncleGen opened a pull request:

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

    [SPARK-5107][Streaming][Log]: A trick log info for the start of Receiver

    Receiver will register itself whenever it begins to start. But, it is trick 
to log the same information. Especially, at the "preStart()", it will also 
register itself. Just like the receiver has started twice. Just like:
    
![3](https://cloud.githubusercontent.com/assets/7402327/5633172/ad35a078-960f-11e4-8841-d8e647341b70.JPG)
    We can log the information more clearly. Like the "attempt times to start". 
Of course, nothing matters performance or use.

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

    $ git pull https://github.com/uncleGen/spark master-clean-150107

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

    https://github.com/apache/spark/pull/3912.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 #3912
    
----
commit 433e63895d8839cead053d77b8a386f4c7796d74
Author: uncleGen <husty...@gmail.com>
Date:   2015-01-06T17:49:31Z

    [SPARK-5107][Streaming][Log]: A trick log info for the start of Receiver

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to