loserwang1024 commented on PR #3988:
URL: https://github.com/apache/flink-cdc/pull/3988#issuecomment-2808064939

   > The transition of assigning status should not change, the only difference 
would be the amount of streaming splits assigned.
   
   Please check each assign status(focus on the switch condition ). For 
example, in your pr, MySqlSnapshotSplitAssigner#onBinlogSplitUpdated is no 
change. If one binlog split is update, the status will switch to final status. 
However, only after all the binlog splits are update , this can be update. 
   
   Another question, is newly added table case taken into consideration? (for 
example, StreamSplitUpdateRequestEvent, LatestFinishedSplitsNumberRequestEvent 
and LatestFinishedSplitsNumberEvent)
   


-- 
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