Joel Baxter

Results 66 comments of Joel Baxter

I think the only real way to do this will be to run an ExecCommand invocation, or maybe just the final exec.Stream, in its own separate process in the container....

This is a nasty one but we need to keep returning to think about it.

This is really good! The only thing I'm still dubious about here is the error case in RunConfigScript when a pod member is down. As the code currently stands the...

You mentioned that queued notifies weren't getting sent. I think you're being bitten by this problem: https://www.darrenlester.com/blog/go-range-gotcha At the end of updateRoleUpgradeStatus for example, and in handleClusterUpgrade. Specifically when you...

I believe the lpthread error in that log is to be expected as it probes what works and what doesn't. The TBB thing was the actual showstopper.

You still have that loop at the end of QueueNotify though. I think the start of this discussion was how to avoid doing that loop by passing in the member...