tweise commented on code in PR #23687:
URL: https://github.com/apache/flink/pull/23687#discussion_r1391323161


##########
flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/source/hybrid/HybridSourceSplitEnumerator.java:
##########
@@ -361,7 +394,7 @@ public Map<Integer, ReaderInfo> registeredReaders() {
             }
             Integer lastIndex = null;
             for (Integer sourceIndex : readerSourceIndex.values()) {
-                if (lastIndex != null && lastIndex != sourceIndex) {

Review Comment:
   We may want to merge this fix as a separate change since it had been 
reported in the past and is unrelated to the race condition.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to