damccorm commented on PR #32165:
URL: https://github.com/apache/beam/pull/32165#issuecomment-2295901909

   > I think there's a secondary fix needed (separate PR) where we just 
minimize the unnecessary steps submitted in the Dataflow job request when using 
Runner v2 so the the request does not go over the Dataflow RPC limits (Dataflow 
with Runner v2 do not use such steps anyways but we just submit them for 
historical reasons).
   
   I don't think we need this - upload_graph has never worked with Runner v2 
and users don't seem to be running into this problem, so I don't think the 
problem persists in the v2 case.
   
   There's also already some divergence here (e.g. 
https://github.com/apache/beam/blob/391dbf6b24355b613ade4446a94518fd61784722/runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java#L1236).
 There may be other places which need updating, but they at least don't seem 
problematic at this point


-- 
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]

Reply via email to