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