bigbug-dachong opened a new issue, #3830: URL: https://github.com/apache/shenyu/issues/3830
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior base on 2.4.3-release branch admin start first. and i can operate the sys normally. bootstrap sync config through http-longpolling. i have test it work nomal. but, the bootstrap server often start failed. i log and debug the bootstrap. i found when first start, need sync plugin config, and need sort Plugin. when step into method, begin to send event. this program will hold on.  i step into ,and found when run to synchronized(). the plugin load process will hold . the other scheduler-task are normal running. and i test 'http://127.0.0.1:9195/actuator/health' has no resp. the bootstrap strat faild.    ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
