FMX commented on PR #2764: URL: https://github.com/apache/celeborn/pull/2764#issuecomment-2378682534
After some digging, this PR might not find the root cause. The master class is a subclass of the Service class. The master object creates a master instance and calls its initialize method. <img width="587" alt="截屏2024-09-27 16 04 03" src="https://github.com/user-attachments/assets/574f994f-0c5b-4db3-a1bd-79349fc4dd9c"> Master instance calls its superclass method of initialize. <img width="534" alt="截屏2024-09-27 16 04 44" src="https://github.com/user-attachments/assets/0585f14d-02e1-4494-8443-3b4cee2a1423"> HttpService calls its superclass method of initialize. <img width="477" alt="截屏2024-09-27 16 05 27" src="https://github.com/user-attachments/assets/00f1609f-11ed-4a87-b180-204544e57269"> Those initialization methods are invoked in the same thread. We should find out the root cause and fix this problem. -- 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]
