suztomo commented on PR #17486:
URL: https://github.com/apache/beam/pull/17486#issuecomment-1112668239
My local invocation found dependency conflicts in gRPC classes.
```
Class io.grpc.ClientStreamTracer$InternalLimitedInfoFactory is not found;
Exception in thread "main" referenced by 2 class files
io.grpc.census.CensusStatsModule (io.grpc:grpc-census:1.43.2)
io.grpc.census.CensusTracingModule (io.grpc:grpc-census:1.43.2)
Cause:
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class
io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but
io.grpc:grpc-api:1.43.2 defines it.
selected:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT /
io.grpc:grpc-api:1.44.0 (compile
unselected:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT /
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT
(compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) /
io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Dependency conflict: io.grpc:grpc-api:1.44.0 does not define Class
io.grpc.ClientStreamTracer$InternalLimitedInfoFactory but
io.grpc:grpc-api:1.43.2 defines it.
selected:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT /
io.grpc:grpc-api:1.44.0 (compile)
unselected:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT /
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT
(compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) /
io.grpc:grpc-census:1.43.2 (compile) / io.grpc:grpc-api:1.43.2 (compile)
Problematic artifacts in the dependency tree:
io.grpc:grpc-census:1.43.2 is at:
org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.39.0-SNAPSHOT /
org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core:2.39.0-SNAPSHOT
(compile) / com.google.cloud.bigdataoss:gcsio:2.2.6 (compile) /
io.grpc:grpc-census:1.43.2 (compile)
```
https://gist.github.com/suztomo/7593d67629f61ce0395335bf911e6e43
--
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]