-
Notifications
You must be signed in to change notification settings - Fork 40k
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
MESOS: fix panic in controller-manager when apiserver lookups fail #18017
MESOS: fix panic in controller-manager when apiserver lookups fail #18017
Conversation
6079cf7
to
44e6f32
Compare
Labelling this PR as size/L |
/cc @sttts PTAL |
|
||
// having returns a slice of node objects matching | ||
// the given slaves as their Spec.ExternalIDs. | ||
func (f filter) having(slaves []string) []api.Node { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whichAreIn ? having doesn't make sense for two sets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed we chose intersect
GCE e2e test build/test passed for commit 6079cf7cb258ac0dbe48d5b9bb86b9d0233d2578. |
GCE e2e test build/test passed for commit 44e6f3276ee607186c8450321dd8b65342eeea8f. |
GCE e2e build/test failed for commit 0f08d1b41ff90ada5f4bdd765d470386faf62244. |
GCE e2e test build/test passed for commit 5f34ea2b4a01e2f6637c1e92da3548bc7b2dc162. |
GCE e2e test build/test passed for commit d7aa860f815e76006220e3df6e956537d069bae6. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
While fixing the bug me and @sttts just recognized that querying via the listwatch is inefficient in the current implementation: The suggestion is to use The following commit implements the suggestion mentioned here. |
🎷 |
Labelling this PR as size/M |
GCE e2e test build/test passed for commit f572bedac9359a317468674900963e9670362dfd. |
Labelling this PR as size/S |
GCE e2e test build/test passed for commit 98148ffeb445fcd4514a573b90cf2a83f4c0047a. |
@jdef PTAL
On two machines a kubelet has been started marked as |
lgtm. please squash |
98148ff
to
91cbd5f
Compare
@jdef squashed :-) |
Travis continuous integration appears to have missed, closing and re-opening to trigger it |
GCE e2e test build/test passed for commit 91cbd5f. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Auto commit by PR queue bot
Auto commit by PR queue bot
xref d2iq-archive/kubernetes-mesos#656