baeminbo commented on pull request #15335: URL: https://github.com/apache/beam/pull/15335#issuecomment-902407910
Please hold on reviewing this PR. It looks like job creation doesn't work as intended in the following scenario. 1. Create a python job with a job name (e.g. `my-test`). 2. Create another python job with the same job name (`my-test`). I saw (1) and (2) have different `clientRequestId`, so I expected the second job creation failed by already-existing job name. But, (2) returned the job of (1). I'll investigate this issue further. -- 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]
