Daniel Farina
Daniel Farina
How does Greenplum go about solving it? I think there is an _option_ to be correct: use the restore points. Take them frequently if you really want, remember the inventory...
What controls the timeout period? Can the program be changed to always fail out explicitly in such a case? Mostly I'm thinking about the case where priority cancels actions (right?)...
> > What controls the timeout period? Can the program be changed to always fail out explicitly in such a case? Mostly I'm thinking about the case where priority cancels...
I investigated a few options, but haven't had a firm sense of direction just yet. I would have liked a memory-safe program, but HAProxy is so common it is reasonably...
I don't know how compatible CentOS Stream is as compared to EL9.X. I think it's its own thing, kinda?
> Generally speaking Centos 9 Stream is very, very compatible, but, it's a little ahead of EL9 for updates. My suggestion is to use Rocky Linux 9 as your baseline...
> I'm a little confused right now. I haven't tried all Rpm based distros recently, but we have been using Centos based images for all rpm based distros. AFAIU, from...
What happens when a name can't be resolved? It should error right? Maybe I missed the test for this (or it happens for free from the tests already existing?)
> > What happens when a name can't be resolved? It should error right? Maybe I missed the test for this (or it happens for free from the tests already...
I was recently tinkering with setpriv to do some stuff like this. I use namespaces as-is to simplify how the networking stack works, plus separate users for some degree of...