ahmedabu98 commented on issue #30505:
URL: https://github.com/apache/beam/issues/30505#issuecomment-2616483905
Opening again because the workflow is broken for the past few days.
Since #33555 got in, it's been failing with the following:
```
Caused by: java.lang.NoClassDefFoundError:
org/apache/beam/vendor/grpc/v1p60p1/io/grpc/Channel
```
I wonder if this is due to SDK snapshots failing (see #32161). Optimizing
snapshots may fix this error.
Behind it is another error however (seen in workflow runs Jan 22-24):
```
{
"code": 404,
"errors": [
{
"domain": "global",
"message": "Not found: table Table is deleted:
844138762903:beam_postrelease_mobile_gaming.leaderboard_DataflowRunner_team",
"reason": "notFound"
}
],
"message": "Not found: table Table is deleted:
844138762903:beam_postrelease_mobile_gaming.leaderboard_DataflowRunner_team",
"status": "NOT_FOUND"
}
```
Should we increase the time out again? Similar to here:
https://github.com/apache/beam/pull/30949/files
--
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]