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

Maintain data plane client connections concurrently #127

Open
3 tasks
levikobi opened this issue Oct 27, 2023 · 3 comments
Open
3 tasks

Maintain data plane client connections concurrently #127

levikobi opened this issue Oct 27, 2023 · 3 comments
Labels
area/maintenance lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@levikobi
Copy link
Member

#93 introduced support for maintaining multiple gRPC client connections. However, the creation and destruction of the connections is done serially. First, we're closing outdated connections and then creating new connections, each happens one by one.
In large clusters, this will introduce significant delays at the reconciliation phase of the data-plane controller.

  • All new connections should be established concurrently.
  • All old connections should be destroyed concurrently.
  • We should create and destroy connections concurrently.
@shaneutt shaneutt added area/maintenance priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 27, 2023
@shaneutt shaneutt added priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Oct 27, 2023
@shaneutt shaneutt moved this to Backlog in Blixt Project Board Oct 27, 2023
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 31, 2024
@shaneutt
Copy link
Member

Not stale, wanted for https://github.com/kubernetes-sigs/blixt/milestone/6

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 31, 2024
@shaneutt shaneutt modified the milestones: v1.0.0 - Reference Implementation, v0.6.0 - Hardening Apr 19, 2024
@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 18, 2024
@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 17, 2024
@shaneutt shaneutt removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Oct 20, 2024
@shaneutt
Copy link
Member

planned for v0.6.0

/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Oct 20, 2024
@shaneutt shaneutt modified the milestones: v0.8.0 - Hardening FIXME, v0.8.0 - Hardening Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/maintenance lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
Status: Backlog
Development

No branches or pull requests

4 participants