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

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

Github user HuangWHWHW commented on the pull request:

    https://github.com/apache/flink/pull/992#issuecomment-130217420
  
    @mxm 
    Hi, thank you for suggestions.
    I will try to follow your suggestions and improve the test.
    I understand almost of yours and I also read the Class documentation of 
BufferedReader.read().
    When I was doing the test I found the BufferedReader.read() would never 
stop until it read next char from socket server or throw a Exception when 
socket is closed.
    Returning -1 in BufferedReader.read() seems to be only worked in text file 
instead socket message.
    And I looked for help in the net that some guys said you might add a 
method(Socket.setSoTimeout()) so the BufferedReader.read() would stop.
    But this way is not satisfied neither since it would throw a exception.
    



> 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