bvolpato opened a new pull request, #28116: URL: https://github.com/apache/beam/pull/28116
I'm helping to investigate a scenario where classpath scanning is taking a lot of time (>10 minutes), and from the logs the only operation between the lines below seem to be classgraph. > INFO 2023-08-22T01:36:26Z [main] INFO org.apache.beam.runners.dataflow.options.DataflowPipelineOptions$StagingLocationFactory - No stagingLocation provided, falling back to gcpTempLocation > INFO 2023-08-22T01:49:04Z [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - PipelineOptions.filesToStage was not specified. Defaulting to files from the classpath: will stage 1 files. Enable logging at DEBUG level to see which files will be staged. Unfortunately I couldn't reproduce locally, but debugging or raising bugs is not likely to go anywhere because the version is over 2 years old, and missing several improvements https://github.com/classgraph/classgraph/compare/classgraph-4.8.104...classgraph-4.8.162. So bumping it as a mean to reduce tech debt. -- 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]
