Randall Leeds
Randall Leeds
Does the arbiter perform any blocking calls on the socket? If not, do we care if the socket is patched in the arbiter? Mostly, the arbiter just passes the socket...
I'm not sure I see a danger anywhere in the way the arbiter uses sockets or signals. If I remember correctly, @jamadden has experience patching the arbiter early with gevent...
I think we have some minor issues to fix for 20.0.1, but should defer this to 20.1 or 21, if we think it's at all risky. I don't think we...
I think it's a very reasonable approach. Thank you for laying out your thoughts so well, for taking care of backward compatibility, and for adding configuration tests. I have a...
I think @dbalabka is correct and I have thought about this change before but forgot to ever make it. Our dictionary config defaults could match our defaults, where we disable...
I had the same problem. I disabled gossip and mingle to prevent these from getting created. I found that these were growing larger and larger due to an ever-growing list...
Was this fixed?
I've been thinking about using Terraform in automation and doing something like `-var-file $TF_WORKSPACE.tfvars`.
@remorses apologies if I incorrectly read sarcasm in your reply. I haven't seen anyone submit a PR to fix this in 1.x. It's possible that, in other issues, folks have...
This is a great start! I'll check out the branch locally, see if there are any tweaks to make, and maybe try to push up changes to make the verify...