lvyanquan commented on PR #3499: URL: https://github.com/apache/flink-cdc/pull/3499#issuecomment-2283159963
The failed case in mysql is unrelated to the change of this pr. Error message: ``` Caused by: java.lang.IllegalStateException: Invalid assigner status {} [NEWLY_ADDED_ASSIGNING_FINISHED] at org.apache.flink.util.Preconditions.checkState(Preconditions.java:215) ~[flink-core-1.18.1.jar:1.18.1] at org.apache.flink.cdc.connectors.mysql.source.assigners.MySqlSnapshotSplitAssigner.onBinlogSplitUpdated(MySqlSnapshotSplitAssigner.java:481) ~[classes/:?] at org.apache.flink.cdc.connectors.mysql.source.assigners.MySqlHybridSplitAssigner.onBinlogSplitUpdated(MySqlHybridSplitAssigner.java:189) ~[classes/:?] at org.apache.flink.cdc.connectors.mysql.source.enumerator.MySqlSourceEnumerator.handleSourceEvent(MySqlSourceEnumerator.java:167) ~[classes/:?] at org.apache.flink.runtime.source.coordinator.SourceCoordinator.handleSourceEvent(SourceCoordinator.java:590) ~[flink-runtime-1.18.1.jar:1.18.1] at org.apache.flink.runtime.source.coordinator.SourceCoordinator.lambda$handleEventFromOperator$3(SourceCoordinator.java:297) ~[flink-runtime-1.18.1.jar:1.18.1] at org.apache.flink.runtime.source.coordinator.SourceCoordinator.lambda$runInEventLoop$10(SourceCoordinator.java:469) ~[flink-runtime-1.18.1.jar:1.18.1] ... 8 more ``` -- 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