Skip to:
At the line https://github.com/cdapio/cdap/blob/3cf83ab326d8e61be079ca0c5a72ae3ef7df8b9e/cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java#L609, existing blob is being fetched from GCS and then the condition generationNotMatch [https://cloud.google.com/storage/docs/request-preconditions#precondition_criteria] is being used while attempting to upload the file. This is bound to fail as by retrieving the blob from GCS again, the generation number will always match
generationNotMatch
At the line https://github.com/cdapio/cdap/blob/3cf83ab326d8e61be079ca0c5a72ae3ef7df8b9e/cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java#L609, existing blob is being fetched from GCS and then the condition
generationNotMatch
[https://cloud.google.com/storage/docs/request-preconditions#precondition_criteria] is being used while attempting to upload the file. This is bound to fail as by retrieving the blob from GCS again, the generation number will always match