xiangfu0 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1635042672
> I am able to root-cause the issue. The issue is happening because of conflicting `NameResolver` class in `com.google.android:annotations:4.1.1.4 (annotations-4.1.1.4.jar)`. Attached screenshot shows that the `ManagedChannelImpl` class is using the `NameResolver` from `annotations-4.1.1.4.jar` which doesn't have `setOverrideAuthority` method and ends up in `NoSuchMethodError`. > > <img alt="Screenshot 2023-07-13 at 11 58 31 PM" width="836" src="https://user-images.githubusercontent.com/23629228/253375460-4e726c78-c950-4bb3-8fa7-1e75d364e1a5.png"> Thanks @tibrewalpratik17 ! Where is this com.google.android:annotations:4.1.1.4 (annotations-4.1.1.4.jar) got introduced? Shall we exclude them? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
