unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Cloud Runner, K8s - "RPC Failure" (inconsistent, instability)

Open frostebite opened this issue 2 years ago • 0 comments

Bug description

Log stream while running kubernetes job is occasionally interrupted, the job seems to be deleted, and the message "RPC Failure" is shown.

How to reproduce

Inconsistent, use cloud runner k8s for long running jobs. The end to end tests seem to produce this slightly more often.

This may relate to Google Kubernetes Engine - "AutoPilot" for kubernetes that I use to host the test environment.

Expected behavior

Log streams should be as reliable as possible.

Additional details

Remediation would include recommending async mode for inconsistent log stream platforms. The log would have to be stored within the job and uploaded for this route as we must parse the output to properly confirm if a job passes.

frostebite avatar Mar 27 '23 15:03 frostebite