Skip to content

wicketd requests to MGS fail with HTTP 400 and a 0-length response body #3103

@jgallagher

Description

@jgallagher

Today when trying to update 6 gimlets in the dogfood rack simultaneously, three of the updates failed partway through because wicketd got an HTTP 400 with no body response from MGS. There was no corresponding entry in the MGS logs, which makes it very likely hyper itself was sending the 400, which it does if it receives a non-HTTP request. hyperium/hyper#3225 is a request for better after-the-fact debugging support from hyper, but in the meantime, the next time we try to mupdate the dogfood rack we should snoop the localhost traffic between wicketd and MGS in hopes of catching details on what's causing these 400s:

snoop -o mgs-traffic.snoop -x0 -d lo0 port 12225

We should (probably?) also add some kind of retries around at least some of the requests wicketd makes of MGS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions