You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This refers to the case where Execute returns a NOT_FOUND because of a cache miss. This is not supposed to happen often (in fact, ongoing RBE work is under way to make sure that does not happen at all), but it can happen with other backends. In this case, we need to re-upload missing inputs and retry the whole flow.
The text was updated successfully, but these errors were encountered:
client: android rbe 0.57.0
server: buildfarm 2.4.0
I'm using android rbe 0.57.0 as a client,I'm guess from the log error that it may have used remote-apis-sdks's commit around March 1, 2022.
I had a similar problem,a pod in the workers is faulty,so i have to delete the pod and re-create it with empty cache dir. But ContentAddressableStorage and ActionCache data in redis aren't delete. Then when android rbe client is stuck when it use buildfarm server to remote build, and client error log is:
This refers to the case where Execute returns a NOT_FOUND because of a cache miss. This is not supposed to happen often (in fact, ongoing RBE work is under way to make sure that does not happen at all), but it can happen with other backends. In this case, we need to re-upload missing inputs and retry the whole flow.
The text was updated successfully, but these errors were encountered: