Shawyeok opened a new issue, #23728: URL: https://github.com/apache/pulsar/issues/23728
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version 4.0.1 ### Minimal reproduce step 1. open https://github.com/Shawyeok/348-pulsar-client.git with IDEA 2. add breakpoint for `org/apache/pulsar/client/impl/ConsumerBase.java:864` 3. run `ConsumerInterceptorDemo` with debugger, you'll notice there is a gray cross mark indicate `No executable code found at line 864 in class org.apache.pulsar.client.impl.ConsumerBase` <img width="1728" alt="image" src="https://github.com/user-attachments/assets/628b9177-6efc-4cce-944f-589ac0a9fff7" /> ### What did you expect to see? `pulsar-client-original` should be debug normally in the IDEA ### What did you see instead? `No executable code found at line 864 in class org.apache.pulsar.client.impl.ConsumerBase` ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
