becketqin edited a comment on pull request #14314: URL: https://github.com/apache/flink/pull/14314#issuecomment-739319256
Yes, that was the Mbean already existed issue in the Kafka source. The exception was thrown because the previous SourceReader whose KafkaConsumer shares the same client Id was not closed properly. I have verified that moving the `sourceReader.close()` to `SourceOperator.dispose()` works. Thanks for the explanation and suggestion. I'll update the patch. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
