Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolved ts forward after received takes around 1 seconds #11748

Open
3AceShowHand opened this issue Nov 14, 2024 · 0 comments
Open

resolved ts forward after received takes around 1 seconds #11748

3AceShowHand opened this issue Nov 14, 2024 · 0 comments
Labels
area/ticdc Issues or PRs related to TiCDC. type/enhancement The issue or PR belongs to an enhancement.

Comments

@3AceShowHand
Copy link
Contributor

[2024/11/14 18:55:44.761 +08:00] [INFO] [channel.rs:181] ["resolved ts to be flushed"] [resolved_ts=453923763502710790] [thread_id=8]

[2024/11/14 18:55:46.016 +08:00] [INFO] [shared_stream.go:248] ["resolved ts received"] [resolvedTs=453923763502710790]
[2024/11/14 18:55:47.020 +08:00] [INFO] [multiplexing_puller.go:91] ["resolved ts forward"] [resolvedTs=453923763502710790]
[2024/11/14 18:55:47.021 +08:00] [INFO] [multiplexing_puller.go:96] ["puller is initialized"] [namespace=default] [changefeed=simple-1] [tableName=`test`.`spmi_transfer_bill269`] [tableID="[\"{tableID:296, startKey:7480000000000001ff285f720000000000fa, endKey:7480000000000001ff285f730000000000fa}\"]"] [resolvedTs=453923763502710790] [duration=2.502816426s]

From the log, the resolved ts received from the grpc stream, handled by the worker, forward by the table progress, takes more than 1 seconds, this should can be optimized, to further reduce the latency

@3AceShowHand 3AceShowHand added type/enhancement The issue or PR belongs to an enhancement. area/ticdc Issues or PRs related to TiCDC. labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant