>> Nodes announce themselves to etcd by issuing an HTTP PUT, etcd client uses Python's builtin HTTP client, and sends a PUT request (along with the Content-Length header) in one packet, and the request body in another packet. We determined that the connection was reset after sending the first packet, but before the second packet could be sent.
Looks like service discovery poisoning, linked to python lib. Is it so? (Even when its not DNS, it looks very much like DNS) On Fri, Mar 20, 2020 at 11:05 PM Jay Ashworth via Outages < [email protected]> wrote: > I am sufficiently interested that I'm seriously considering writing a book > on this topic actually. That was a very nice write-up. Do I correctly > understand, then, that the root cause was the broken golang library > function / routine? > > (For the moment, we will pass on the topic of the irony of having to come > up with an alternate name for your own language because otherwise people > won't be able to find things about it... in the search engine you run that > you wrote it for :-) Way to go Google.) > > On March 20, 2020 11:54:08 PM EDT, Gary Josack via Outages < > [email protected]> wrote: >> >> If anyone is interested we published a post mortem on our status page for >> this incident. https://status.discordapp.com/incidents/62gt9cgjwdgf >> >> On Mon, Mar 16, 2020 at 2:49 PM Patrick W. Gilmore via Outages < >> [email protected]> wrote: >> >>> Discord seems to be having issues. It is showing on Down Detector. The >>> splash page says: >>> >>> The Server Status page shows: >>> >>> Mostly FYI. >>> >>> -- >>> TTFN, >>> patrick >>> >>> _______________________________________________ >>> Outages mailing list >>> [email protected] >>> https://puck.nether.net/mailman/listinfo/outages >>> >> > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > _______________________________________________ > Outages mailing list > [email protected] > https://puck.nether.net/mailman/listinfo/outages > -- Andrei Hurynovich Ops&IT @ Charlesworth Research, Chicago
_______________________________________________ Outages mailing list [email protected] https://puck.nether.net/mailman/listinfo/outages
