Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-20888

ContinuousFileReaderOperator should not close the output on close()

    XMLWordPrintableJSON

Details

    Description

      Currently ContinuousFileReaderOperator would close the output on close(), if it is chained with more operators, it would also close the following operators before their endOfInput() is called (by default, we would call op1.endInput(), op1.close(), op2.endInput(), op2.close()... in order). This might cause some problems like inĀ 

      https://lists.apache.org/thread.html/r50a94aaea4fe25f3927a4274ea8272e6b76ecec8f3fe48d2566689bd%40%3Cuser.flink.apache.org%3E

      Attachments

        Activity

          People

            arvid Arvid Heise
            gaoyunhaii Yun Gao
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: