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

[2DC] Honor async_replication_polling_delay_ms flag during errors #2363

Closed
ndeodhar opened this issue Sep 18, 2019 · 1 comment
Closed

[2DC] Honor async_replication_polling_delay_ms flag during errors #2363

ndeodhar opened this issue Sep 18, 2019 · 1 comment
Assignees
Labels
area/cdc Change Data Capture
Milestone

Comments

@ndeodhar
Copy link
Contributor

We have a gflag async_replication_polling_delay_ms to add delay during CDC consumer polling. This can be used to reduce the frequency of polling and avoid overloading producers.

We realized during portal testing that this flag is not honored during errors and the delay only gets applied when the poll succeeds. If a poll fails, we immediately try again without waiting for the "delay" period.

@ndeodhar ndeodhar added the area/cdc Change Data Capture label Sep 18, 2019
@ndeodhar ndeodhar added this to the v2.1 milestone Sep 18, 2019
@ndeodhar ndeodhar self-assigned this Sep 18, 2019
@ndeodhar
Copy link
Contributor Author

Fixed as part of #2362.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cdc Change Data Capture
Projects
None yet
Development

No branches or pull requests

1 participant