-
Notifications
You must be signed in to change notification settings - Fork 100
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
Opening many channels #1050
Comments
Actually, within the same day, opening the channels seems to vary in length by a lot. Enough that the batch after 22:00 appears to timeout:
|
Hi! |
Hi all
We've been having some instability problems with the connector, but I think we're working through those problems.
One issue has been how long it takes a task to open channels. We have 178 tables with 12 topics, so 2136 channels.
Previously, we observed if it took more than 10 minutes to open the channels, it would have to re-open them, and a task would fall into a loop of opening, closing, re-opening...
We upped the number of tasks (now 8) so that opening 267 channels takes roughly 2 minutes.
But if some tasks fail (for whatever reason), a running task may get 2-3x that many partitions assigned, and end up in the open-then-close cycle again.
Has the channel timeout changed recently? I've observed that channels happen after only 5 minutes now (it seemed longer before but my comparisons are not equal).
Has there been any discussion of opening channels in parallel (as they can be closed in #841)?
The text was updated successfully, but these errors were encountered: