lostluck commented on PR #26062: URL: https://github.com/apache/beam/pull/26062#issuecomment-1493389408
``` StageViaPortableApi Recv error: rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: PROTOCOL_ERROR ``` Which is apparently something that happens some times, but no clear resolution other than "the code is wrong some how", WRT the HTTP/2 path. Likely due to version skews between the Go and Python GRPC impleemntations? Monday I'll refactor this to add retries around the portable API path, which should resolve the flake, but keeping some of the extra logging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
