slachiewicz commented on PR #289: URL: https://github.com/apache/flink-connector-kafka/pull/289#issuecomment-5471396993
Pushed `3eaf13fc` addressing the review: the rename to `ReaderRecoveryGate` had overreached into Flink's coordinator-thread references in `DynamicKafkaSourceEnumerator`. All five spots are restored — * the two `Must run on coordinator thread` javadoc notes (`sendMetadataUpdateEventToAvailableReaders`, `createEnumeratorWithAssignedTopicPartitions`) * the `coordinatorFailure` catch variable in `handleAsynchronousEnumeratorCloseFailure` * the close-failure log message and its argument Everything else named `gate` refers to `ReaderRecoveryGate` itself. Verified with a repo-wide grep (no `gate thread`/`gateFailure` left) plus `spotless:check` and a module compile. Conversations resolved; FLINK-40137 reopened. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
