Github user yanghua commented on the issue:
https://github.com/apache/flink/pull/6329
@zentol yes, you are right, sorry about my expression. here we should not
use try-with-resource, because the listener will close the file. And it seems
try-with-resource close operation more faster than the complete listener.---
