OmniaGM commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1716058400
> > java.lang.NoClassDefFoundError: org/apache/kafka/server/log/remote/storage/RemoteStorageException > > Hi @fvaleri, I am getting this error with all branches once I move any tool outside the core. I also noticed that `PlaintextAdminIntegrationTest` gets this error as well and I am not sure why. Details are [here](https://github.com/apache/kafka/pull/13204#issuecomment-1689824516). > > This happened when the cluster was trying to initialize `ReplicaFetcherTierStateMachine` while initializing `ReplicaFetcherThread`. I'm not sure what has changed here besides moving the command out of `core`. I think there's a transitive dependency. I tried to add `implementation project(':storage:api')` which solved the problem with `RemoteStorageException` but it created another issue with `org.apache.kafka.connect.data` and ` org.apache.kafka.connect.storage` in `TestPlugins` in `connect:runtime`. -- 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]
