Closed lostluck closed 8 months ago
cc: @rohdesamuel @zechenj18
Thanks for opening this!
Waiting for https://github.com/apache/beam/actions/runs/7201639105 to complete, and once that's verified, I'll make a cherry pick PR for it for the release.
Last outstanding thing here is the Dataflow Smoke test precommit.
This is non-blocking but I've punted it's release over.
Can we drop this to P2?
Agreed.
It seems this issue was resolved? The linked workflow run https://github.com/apache/beam/issues/29760#issuecomment-1854793020 was successful
What happened?
Dataflow is making DataSampling FnAPI requests even when DataSampling is disabled. But since the feature wasn't enabled, the Go SDK isn't initialzing the datasampler, leading to nil pointer panic.
Easy enough fix, not caught sooner because we didn't run the Dataflow Go Postcommits.
First: Fix the issue, and cherry pick it into 2.53.0 Second: While this is very unlikely, this would have been caught by a simple Dataflow Go Wordcount test as a pre-commit. I'll add that.
Issue Priority
Priority: 1 (data loss / total loss of function)
Issue Components