Mark Anderson

Results 10 comments of Mark Anderson

A bit of analysis for the above. Fixing this will require some thinking. The problem is that don't have duplicate node names, we have duplicate node ids. Node Id isn't...

Note: this is a variant of https://github.com/hashicorp/consul/issues/7396.

Some quick thoughts. I no longer remember how we choose that cleanup interval, but a first order mitigation would be to call it more often to avoid getting into a...

Thank you for reporting this issue. What version of manage do you have installed? What exactly happens during the crash? Does the manage interface crash? Is it limited to the...

One pain point in the whole IPv6 saga is the difference between things resolvable as IPv6 and those reachable as IPv6. Not everything that advertises IPv6 DNS can be reached...

Interesting. It looks like we're not trapping 'req_timedout' before blindly passing it off to sql. We certainly should catch that value in erchef and return a 500 instead, so at...

@petere Very much agree. The compression is an artifact from when we supported mysql as well. We wanted to maintain a sql model containing the least common denominator between the...

I'm also seeing something somewhat similar. After updating to 4.4.1 we started seeing connection failures of the form ```{error,{conn_failed,{error,eaddrnotavail}}}``` when using a hostname to connect from an IPv4 only system....

Based on what we do with other Chef tools, we should treat the license as accepted if it has globally as root/superuser, or if has been accepted locally as that...

Hello. Sorry this was left to linger so long. I'll try to get a look at the integration test issue this week.