damccorm commented on issue #32159: URL: https://github.com/apache/beam/issues/32159#issuecomment-2284898025
Also reproduced on 2.56.0 ([example failures](https://github.com/apache/beam/actions/runs/10359229549/job/28675182221)) - another datapoint towards https://github.com/apache/beam/pull/30604 being the thing that exposed this FYI @kennknowles - looks like we missed an assumption. I think the easy fix may be to just do a null check on https://github.com/apache/beam/blob/edf4c4f5f19ef6ffd25493262261c713ba045980/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java#L1404 before calling `clear()`, but I need to test it. -- 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]
