dmvk commented on pull request #18733:
URL: https://github.com/apache/flink/pull/18733#issuecomment-1042982021


   I think I see your point, as long as the SDK is loaded from the user jar, 
there are actually two instances of this SharedELG singleton, because they 
class have been loaded by a different classloader (this can be easily verified 
by running `jmap -histo <pid>`).
   
   How does this change for the case when the SDK is not shipped with the user 
jar and is loaded from the system classpath (parent) instead?


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