kennknowles commented on PR #30425:
URL: https://github.com/apache/beam/pull/30425#issuecomment-2009858870
On #30545 I'm seeing this failure crashlooping the streaming wordcount
integration tests:
```
java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError:
com/github/benmanes/caffeine/cache/RemovalCause
2024-03-20 10:54:38.890 EDT
at
org.apache.beam.runners.dataflow.worker.windmill.client.grpc.stubs.ChannelCache.create(ChannelCache.java:55)
2024-03-20 10:54:38.891 EDT
at
org.apache.beam.runners.dataflow.worker.windmill.client.grpc.GrpcWindmillServer.create(GrpcWindmillServer.java:164)
2024-03-20 10:54:38.891 EDT
at
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.createWindmillServerStub(StreamingDataflowWorker.java:625)
2024-03-20 10:54:38.891 EDT
at
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.fromOptions(StreamingDataflowWorker.java:466)
2024-03-20 10:54:38.891 EDT
at
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.main(StreamingDataflowWorker.java:577)
```
Seems probably related?
--
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]