imaffe commented on issue #2099: URL: https://github.com/apache/rocketmq/issues/2099#issuecomment-645114200
I investigated the problem, I think it is not blocked, but some stdout issue. The line you saw n`ohup: 忽略输入并把输出追加到'nohup.out'` is not blocking, but overwriting your next prompt line.. When you see  It is not blocking, and you can type commands like `ls`, and it goes like  So this is just some weird bash overwriting problem, it looks like blocked but actually not. When you press Ctrl+C it just create a new prompt line for you. BTW, could you do me a favor providing me a link where people discuss this problem as you mentioned you saw a lot of discussions , maybe we can answer this question once and for all? Thanks ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
