[Bug]: The output reports success when Dataflow template creation is not successful #33636
Closed
2 of 17 tasks
Labels
Milestone
What happened?
A Dataflow job creation outputted
Template successfully created
, but the template wasn't created in GCS.With the debug logs enabled, it turned out that the root cause was the GCS error
The specified bucket does not exist.
. The template creation command specified the bucket forstagingLocation
correctly, but a non-existing bucket fortemplateLocation
. So, it could upload pipeline graph and JAR artifacts to the staging location, but couldn't write the template file. See the output [1] for the outputs.The problem in this issue is
DataflowRunner
outputsTemplate successfully created
and doesn't report the error messages. As you see at [1], the error messages are reported in debug logs only (CONFIG, FINE, FINER and FINEST in JUL), which are not available at the default log level.[1]
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: