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

ASF GitHub Bot commented on FLINK-2490:
---------------------------------------

Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/992#issuecomment-135419765
  
    @mxm 
    Hi, 
    my test just do the same thing that first pass the Socket
    when it calls SocketTextStreamFunction.open.
    Then close the Socket that means send nothing(EOF) to the 
SocketTextStreamFunction.
    And after this it will retry.
    And first time the retry happens immediately since SocketTextStreamFunction 
receives the end of the sent message.
    Then it will get retry second, third... times since I do not open the 
socket which means a ConnectionError occur.
    So can you describe more in detail?
    Thank you.


> Remove unwanted boolean check in function 
> SocketTextStreamFunction.streamFromSocket
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-2490
>                 URL: https://issues.apache.org/jira/browse/FLINK-2490
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 0.10
>            Reporter: Huang Wei
>            Priority: Minor
>             Fix For: 0.10
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>




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

Reply via email to