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

Transient memcache messages being reported by the CLI #398

Closed
lblackstone opened this issue Feb 4, 2019 · 1 comment
Closed

Transient memcache messages being reported by the CLI #398

lblackstone opened this issue Feb 4, 2019 · 1 comment
Assignees
Labels
p1 A bug severe enough to be the next item assigned to an engineer
Milestone

Comments

@lblackstone
Copy link
Member

After #348, the kubernetes-provider is printing info messages from the cached discovery client for some transient failures. For example:

pulumi:pulumi:Stack (eks-test-dev):
    E0204 16:05:50.257074   17939 memcache.go:126] couldn't get current server API group list; will keep using cached value. (Get https://96059DADE46C784B628BDBDDC8F0CD8A.sk1.us-west-2.eks.amazonaws.com/api?timeout=32s: dial tcp 54.71.80.10:443: i/o timeout)

These messages are not actionable and the underlying error should be automatically resolved by the retry logic, so we need to figure out a way to disable them. It appears that the underlying library is bypassing the CLI's logger, and writing directly to stderr.

@lblackstone
Copy link
Member Author

Here's an example of a successful update that printed this warning message
screen shot 2019-02-04 at 4 08 13 pm

@lblackstone lblackstone added this to the 0.21 milestone Feb 4, 2019
@lblackstone lblackstone self-assigned this Feb 4, 2019
@infin8x infin8x added the p1 A bug severe enough to be the next item assigned to an engineer label Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 A bug severe enough to be the next item assigned to an engineer
Projects
None yet
Development

No branches or pull requests

2 participants