hassan5134 commented on issue #8579: URL: https://github.com/apache/rocketmq/issues/8579#issuecomment-2650255901
I encountered a similar issue. When I tried to restart the broker, it failed to start. Environment:JDK17 ``` 2025-02-11 16:10:47 INFO main - Try to start service thread:AllocateMappedFileService started:false lastThread:null 2025-02-11 16:10:47 INFO main - Try to shutdown service thread:AllocateMappedFileService started:true lastThread:Thread[AllocateMappedFileService,5,main] 2025-02-11 16:10:47 INFO main - shutdown thread AllocateMappedFileService interrupt true 2025-02-11 16:10:47 INFO main - join thread AllocateMappedFileService elapsed time(ms) 0 90000 2025-02-11 16:10:47 INFO main - Try to shutdown service thread:PullRequestHoldService started:false lastThread:null ``` Downgrading to JDK 8 resolved the issue. -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org