zentol opened a new pull request, #24371:
URL: https://github.com/apache/flink/pull/24371

   `ExecNodeMetadataUtil` and `JsonSerdeUtil` have a circular dependency in 
their static initialization, which can cause a classloading lockup when 2 
threads are running the class initialization of each class at the same time 
because during class initialization they hold a lock.
   
   Break this dependency by moving `hasJsonCreatorAnnotation` to 
`ExecNodeMetadataUtil`.


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