Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-16 Thread via GitHub
Jiabao-Sun merged PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221 -- 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:

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-15 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1566596993 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-15 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1566596993 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-15 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1565666103 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-12 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1562397462 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-12 Thread via GitHub
yuxiqian commented on PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#issuecomment-2051530489 Resume token could be refreshed by processing any data record or heartbeat event. When a resume token carried by a `ChangeStreamOffset` is found to be expired, resume token field is

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-12 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560833766 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560819276 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560798123 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560784586 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560784586 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560751221 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560746786 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
Jiabao-Sun commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560736878 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
yuxiqian commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560712067 ##

Re: [PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
loserwang1024 commented on code in PR #3221: URL: https://github.com/apache/flink-cdc/pull/3221#discussion_r1560701972 ##

[PR] [FLINK-35079] Fallback to timestamp startup mode when resume token has expired [flink-cdc]

2024-04-11 Thread via GitHub
yuxiqian opened a new pull request, #3221: URL: https://github.com/apache/flink-cdc/pull/3221 Closes [FLINK-35079](https://issues.apache.org/jira/browse/FLINK-35079). When MongoDB CDC connector tries to create cursor with an expired resuming token during stream task fetching stage,