golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.83k stars 17.65k forks source link

x/build/cmd/coordinator/internal/lucipoll, x/build/cmd/watchflakes: occasionally gets stuck (for upwards of 24 hrs) #66687

Open dmitshur opened 7 months ago

dmitshur commented 7 months ago

The pollLoop method that runs in a loop usually takes a minute, but sometimes seems to get stuck and eventually completes in just over 24 hours without any error. This is a tracking issue to sort this out.

gopherbot commented 7 months ago

Change https://go.dev/cl/576658 mentions this issue: cmd/coordinator/internal/lucipoll: retry after 30 minutes

gopherbot commented 3 months ago

Change https://go.dev/cl/601797 mentions this issue: cmd/watchflakes: set RPC deadline