Stefan Majer

Results 100 comments of Stefan Majer

Hi, we see a constantly increasing CPU usage of mcm in our environment with only 3 nodes in the cluster. pproof shows a vast amount of parked threads: ``` runtime.gopark...

We already have #341, i will try the most recent version as well and report back.

I doubt that the changes upstream since #341 change any behavior here. I will also have a look for unclosed channels et.al.

I tried to run https://github.com/golangci/golangci-lint on the code base but failed actually with: ``` WARN [runner] Can't run linter goanalysis_metalinter: assign: failed prerequisites: [email protected]/gardener/machine-controller-manager/pkg/client/clientset/internalversion/typed/machine/internalversion WARN [runner] Can't run linter unused:...

We are using master

Hi, still interested, gimmi some time to join

@guineveresaenger I faced the same issue, and i added the following code to prevent crashes: ```golang var timeStamp string switch t := ts.(type) { case output.FLBTime: timeStamp = ts.(output.FLBTime).String() case...

@zx2c4 thanks for taking care

Hi @crawshaw, did that to the last commit, dunno howto do for all of them, will do if required.