Abacn commented on issue #34206: URL: https://github.com/apache/beam/issues/34206#issuecomment-2707656066
Thanks for reporting this. The description is clear. > starting the work status report before the DataflowWorkExecutor creation It's a bit tricky to do so. Currently, `progressUpdater.startReportingProgress` is called at the beginning of BatchDataflowWorker.executeWork. progressUpdater is constructed using a worker, to move the call before worker creation one would need to refactor the worker creation and invoke callSetup later -- 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]
