GitHub user HuangWHWHW opened a pull request:

    https://github.com/apache/flink/pull/992

    [FLINK-2490][FIX]Remove the retryForever check in function streamFrom…

    In the class SocketTextStreamFunction, the var retryForever only  be set in 
 the line "this.retryForever = maxRetry < 0;"(SocketTextStreamFunction.java:54).
    When the program executes this “while (retry < maxRetry && !success) ” 
it means the maxRetry > 0 and the retryForever will always be false.
    So it`s unnecessary to judge whether retryForever be false.

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

    $ git pull https://github.com/HuangWHWHW/flink FLINK-2490

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

    https://github.com/apache/flink/pull/992.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 #992
    
----
commit 25a41d0f462add2f11c6830ec8db518702f8dbb5
Author: HuangWHWHW <[email protected]>
Date:   2015-08-06T08:55:24Z

    [FLINK-2490][FIX]Remove the retryForever check in function streamFromSocket

----


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

Reply via email to