arunpandianp commented on PR #33457:
URL: https://github.com/apache/beam/pull/33457#issuecomment-2633154168
This change seems to break dataflow job submission. The job submit gets
stuck after logging this message
```
WARNING: Reporting metrics are not supported in the current execution
environment:
java.base/java.lang.Thread.getStackTrace(Thread.java:2450)
org.apache.beam.sdk.metrics.MetricsEnvironment.getCurrentContainer(MetricsEnvironment.java:145)
org.apache.beam.sdk.metrics.DelegatingCounter.inc(DelegatingCounter.java:80)
org.apache.beam.sdk.extensions.gcp.util.RetryHttpRequestInitializer$LoggingHttpBackOffHandler.backOffWasSuccessful(RetryHttpRequestInitializer.java:187)
org.apache.beam.sdk.extensions.gcp.util.RetryHttpRequestInitializer$LoggingHttpBackOffHandler.handleResponse(RetryHttpRequestInitializer.java:132)
com.google.cloud.hadoop.util.ChainingHttpRequestInitializer$3.handleResponse(ChainingHttpRequestInitializer.java:106)
com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1059)
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:525)
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:466)
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:576)
```
--
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]