lhotari commented on issue #23736:
URL: https://github.com/apache/pulsar/issues/23736#issuecomment-2684735221

   The JVM doesn't trigger class loading until a specific class is referenced. 
That's why it happens later. However, it should work.
   
   #13589 and #13501 are other changes where a similar issue has been 
addressed. I have created #24031 as an attempt. Although it seems to me that 
the problem could be elsewhere, such as having the same root cause as #23294.
   
   I have noticed that the nar files duplicate most of the Pulsar dependencies. 
There's an old issue about this, #22218. 
   I recently noticed that it also applies to the tiered storage nar files 
(discussion: 
https://github.com/apache/pulsar-helm-chart/issues/571#issuecomment-2668011332).
 The dependency duplication could also cause classloading issues.
   That's why #24031 might not be needed. There are multiply messy things to be 
sorted out. We need more contributors that would have the energy to clean up 
such things.


-- 
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]

Reply via email to