Jeff Lill

Results 110 comments of Jeff Lill

/assign @saschagrunert

@dmetzgar: We need this for the .NET client we're working on that currently wraps the GO Cadence client. Ideally, we'd like to see some kind of notification when the local...

My hack above didn't actually mitigate this: I'm seeing `ArgumentNullException` exceptions thrown in other places afterwards. I'll see if I can come up with a repro project.

It looks like this is also a problem for **v7.0.0-preview.2**, but it seems a bit more resilient. I created several hundred custom resources, modified their status, and it seemed to...

So I've been playing with this some more and I noticed that my controller's `ReconcileAsync()` method was returning a: ``` ResourceControllerResult.RequeueEvent(TimeSpan.FromSeconds(15)); ``` for some reason. Removing this and just returning...

OK: I'll try to create a simple repro project tomorrow morning (Sunday). It's actually sunny here in Seattle today and I'm going out for a drive. (I've been in the...

**FYI:** I've been working on a simple repro without success for far. I'm going to investigate some more.

So, I'm not seeing this problem any more in my actual operator. I'm not sure what changed. I'm going to keep this issue open for a few days in case...

My fork is here: https://github.com/neonforge-forks/dotnet-operator-sdk. I haven't made any changes to the fork. So here's what happened: 1. We were on an older release (not sure which) and we wanted...

Crap! I just started seeing this `ArgumentNullException` again in my services using my extension. I spent some time trying to repro this yesterday in a standalone project: https://github.com/nforgeio/support/tree/main/KubeOps/2022-06-12 without success...