markblackman
markblackman
> On 29 Dec 2015, at 17:22, David Hawes [email protected] wrote: > > Are there any logs that indicate that the bytes are read all at one time, perhaps in...
We're seeing this as well, that odd 01xf character ,"Unit Separator" is not part of the JSON specification as far as I can tell. Not sure what the trigger is...
please merge as soon as convenient. If you do any kind of cluster monitoring with this package, the 429 response is a very common case.
I saw this as well in an upgrade from 1.13 to 1.14.5 The newly created server_metadata.json file has an incorrect date in it as far as I can tell. If...
my guess is that the consul agents are seeing replies to queries they didn't initiate and are confused by that.
still observed with 1.18.2
a more reliable way to reproduce the effect is with two terminal sessions on a peer server node. terminal session A on a server node: ``` while(true);do curl -s 'http://127.0.0.1:8500/v1/health/service/service-x?cached&ua=cli-query'...