Skip to content

x/build: ensure that the coordinator attempts to connect with the buildlet for 5 minutes #38956

Closed
@cagedmantis

Description

@cagedmantis

When a VM instance is created, the coordinator should attempt to connect to the buildlet for either 5 minutes or the timeout of the context passed to the buildletClient function.

After change golang/build@372ecfe, the buildlet client will only attempt to connect for 5 seconds before failing to create a buildlet client.

/cc @dmitshur @toothrot @andybons

Activity

added
Buildersx/build issues (builders, bots, dashboards)
NeedsFixThe path to resolution is known, but the work has not been done.
SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
on May 8, 2020
added this to the Backlog milestone on May 8, 2020
self-assigned this
on May 8, 2020
gopherbot

gopherbot commented on May 8, 2020

@gopherbot
Contributor

Change https://golang.org/cl/232997 mentions this issue: buildlet: ensure buildlet client creation timeout is correct

locked and limited conversation to collaborators on May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cagedmantis@gopherbot

        Issue actions

          x/build: ensure that the coordinator attempts to connect with the buildlet for 5 minutes · Issue #38956 · golang/go