Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Meta: Bugs found during Kubecon demo prep #629

Closed
pmorie opened this issue Apr 2, 2017 · 3 comments
Closed

Meta: Bugs found during Kubecon demo prep #629

pmorie opened this issue Apr 2, 2017 · 3 comments
Labels

Comments

@pmorie
Copy link
Contributor

pmorie commented Apr 2, 2017

While preparing the Kubecon demo, I found that the controller can get into a state where new resources are not worked on. The scenario I ran into is:

I had added several brokers to the catalog, some of which were deployed into the same cluster as the catalog itself. Currently the controller has a resync period for all informers hard-coded to 1 minute. When those brokers went sideways for whatever reason, they would time out when the controller tried to contact them. Due to those timeouts, the resync interval would elapse before the controller had time to work on the new resources.

There are a few different facets of this situation that need improvement; I'm going to create issues for them because focused issues are more easy to track, but wanted to tie them together here.

TLDR:

@arschles arschles added this to the 0.0.2 milestone Apr 3, 2017
@arschles
Copy link
Contributor

arschles commented Apr 3, 2017

Added to 0.0.2 milestone.

@arschles arschles changed the title Bugs found during Kubecon demo prep Meta: Bugs found during Kubecon demo prep Apr 5, 2017
@arschles arschles removed this from the 0.0.2 milestone Apr 5, 2017
@arschles
Copy link
Contributor

arschles commented Apr 5, 2017

Removing this issue from a milestone and adding Meta to the title. All sub-issues for this (#626, #627 and #628) are all assigned to a milestone.

@arschles arschles added the meta label Apr 13, 2017
@pmorie
Copy link
Contributor Author

pmorie commented Apr 25, 2017

This is all closed out now, woot.

@pmorie pmorie closed this as completed Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants